diff options
Diffstat (limited to 'common/memstream.h')
-rw-r--r-- | common/memstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/memstream.h b/common/memstream.h index a01973c6fa..94407f5cc9 100644 --- a/common/memstream.h +++ b/common/memstream.h @@ -157,7 +157,7 @@ public: * that grows as it's written to. */ class MemoryWriteStreamDynamic : public WriteStream { -private: +protected: uint32 _capacity; uint32 _size; byte *_ptr; |