diff --git a/common/memstream.h b/common/memstream.h index a01973c6fa2..94407f5cc90 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;