summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/CollectInBufferStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/CollectInBufferStream.h b/lib/common/CollectInBufferStream.h
index 69188c75..a76daf65 100644
--- a/lib/common/CollectInBufferStream.h
+++ b/lib/common/CollectInBufferStream.h
@@ -54,9 +54,9 @@ public:
virtual bool StreamClosed();
void SetForReading();
-
+
void Reset();
-
+
void *GetBuffer() const;
int GetSize() const;
bool IsSetForReading() const {return !mInWritePhase;}