aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
diff options
context:
space:
mode:
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.