From e243147f1ea8715b06312d66c6b48d473feb3cdc Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 2 Jul 2016 21:19:23 +0200 Subject: COMMON: Make MemoryWriteStreamDynamic private members protected --- common/memstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3