oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
on..)
This commit is contained in:
parent
345be915f7
commit
1153e298b7
@ -247,8 +247,8 @@ class ios : public _ios_fields {
|
||||
|
||||
protected:
|
||||
ios(streambuf* sb = 0, ostream* tie_to = 0) { init(sb, tie_to); }
|
||||
inline virtual ~ios();
|
||||
inline void init(streambuf* sb, ostream* tie = 0);
|
||||
virtual ~ios();
|
||||
void init(streambuf* sb, ostream* tie = 0);
|
||||
};
|
||||
|
||||
#if __GNUG__==1
|
||||
|
Loading…
Reference in New Issue
Block a user