summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 02:12:08 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 02:12:08 +0000
commitad8842673684a42b233c39c440b9e97a5c73d5fa (patch)
tree50390075e74d4bfd951b7fd39e8719891e4790e5 /gnu
parent3f709de38ccdb0b9e54ac5c652cac186e7aa7f80 (diff)
downloadFreeBSD-src-ad8842673684a42b233c39c440b9e97a5c73d5fa.zip
FreeBSD-src-ad8842673684a42b233c39c440b9e97a5c73d5fa.tar.gz
oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave up
on..)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/include/streambuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/include/streambuf.h b/gnu/lib/libg++/include/streambuf.h
index 1b02d9e..7a3df54 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
OpenPOWER on IntegriCloud