diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:08 +0000 |
| commit | 1153e298b77151ec8a9075b8e9c75b7c2f681024 (patch) | |
| tree | 50390075e74d4bfd951b7fd39e8719891e4790e5 | |
| parent | 345be915f703031e58f2dabb9878375701467fda (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libg++/include/streambuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/include/streambuf.h b/gnu/lib/libg++/include/streambuf.h index 1b02d9e33876..7a3df54fcb69 100644 --- a/gnu/lib/libg++/include/streambuf.h +++ b/gnu/lib/libg++/include/streambuf.h @@ -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 |
