mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue