mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 18:37:01 +00:00
COMMON: Make MemoryWriteStreamDynamic private members protected
This commit is contained in:
parent
948e448738
commit
e243147f1e
@ -157,7 +157,7 @@ public:
|
||||
* that grows as it's written to.
|
||||
*/
|
||||
class MemoryWriteStreamDynamic : public WriteStream {
|
||||
private:
|
||||
protected:
|
||||
uint32 _capacity;
|
||||
uint32 _size;
|
||||
byte *_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user