oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up

on..)
This commit is contained in:
Peter Wemm 1996-08-30 02:12:08 +00:00
parent 345be915f7
commit 1153e298b7

View File

@ -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