aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-14 19:08:08 +0000
committerFritz Elfert <felfert@to.com>2002-07-14 19:08:08 +0000
commit28e01b8c6a137a9e98d95689be3d3d72be18d9d7 (patch)
treef011d3dba1f05cc8c08b582ba4b9568d3dfc94af /lib/bufferstore.h
parent838b2558b635d0ec27785e1280904fdea61bc935 (diff)
downloadplptools-28e01b8c6a137a9e98d95689be3d3d72be18d9d7.tar.gz
plptools-28e01b8c6a137a9e98d95689be3d3d72be18d9d7.tar.bz2
plptools-28e01b8c6a137a9e98d95689be3d3d72be18d9d7.zip
- Non-KDE stuff now builds correctly with gcc3
Diffstat (limited to 'lib/bufferstore.h')
-rw-r--r--lib/bufferstore.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/bufferstore.h b/lib/bufferstore.h
index 5a1d8bf..0e951b8 100644
--- a/lib/bufferstore.h
+++ b/lib/bufferstore.h
@@ -25,8 +25,7 @@
#define _BUFFERSTORE_H_
#include <sys/types.h>
-
-class ostream;
+#include <stream.h>
/**
* A generic container for an array of bytes.
@@ -130,7 +129,7 @@ public:
*
* @returns The stream.
*/
- friend ostream &operator<<(ostream &, const bufferStore &);
+ friend class std::ostream &operator<<(std::ostream &, const bufferStore &);
/**
* Tests if the bufferStore is empty.