COMMON: Make MemoryWriteStreamDynamic private members protected

This commit is contained in:
Willem Jan Palenstijn 2016-07-02 21:19:23 +02:00
parent 948e448738
commit e243147f1e

View File

@ -157,7 +157,7 @@ public:
* that grows as it's written to.
*/
class MemoryWriteStreamDynamic : public WriteStream {
private:
protected:
uint32 _capacity;
uint32 _size;
byte *_ptr;