diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:07 +0000 |
| commit | 345be915f703031e58f2dabb9878375701467fda (patch) | |
| tree | 3319724cb0b02106aa2d4ce62b3e8052990efbfe /gnu/lib/libg++/include/streambuf.h | |
| parent | 755a87206586f682e5bc6be33d68b35335715480 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++/include/streambuf.h')
| -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 7a3df54fcb69..1b02d9e33876 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); } - virtual ~ios(); - void init(streambuf* sb, ostream* tie = 0); + inline virtual ~ios(); + inline void init(streambuf* sb, ostream* tie = 0); }; #if __GNUG__==1 |
