aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2005-04-16 15:21:47 +0000
committerReuben Thomas <rrt@sc3d.org>2005-04-16 15:21:47 +0000
commit182305127ad81118931716e9ef077d19819f4874 (patch)
tree961d303987ae1859a42cb8de430dd6362330416e /lib/bufferstore.h
parent6c7a1bab05abfc09a66304ba67864095865e8a6a (diff)
downloadplptools-182305127ad81118931716e9ef077d19819f4874.tar.gz
plptools-182305127ad81118931716e9ef077d19819f4874.tar.bz2
plptools-182305127ad81118931716e9ef077d19819f4874.zip
Build fixes for newer g++ from Thomas Lussnig.
Diffstat (limited to 'lib/bufferstore.h')
-rw-r--r--lib/bufferstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bufferstore.h b/lib/bufferstore.h
index 9472301..89b3728 100644
--- a/lib/bufferstore.h
+++ b/lib/bufferstore.h
@@ -130,7 +130,7 @@ public:
*
* @returns The stream.
*/
- friend class std::ostream &operator<<(std::ostream &, const bufferStore &);
+ friend std::ostream &operator<<(std::ostream &, const bufferStore &);
/**
* Tests if the bufferStore is empty.