1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Fixed incorrect hasPtr in MemoryStream

This commit is contained in:
Nicolay Korslund 2010-01-05 13:16:05 +01:00
parent fb1eec974c
commit 2a6ed21351

View file

@ -30,6 +30,7 @@ class MemoryStream : public Stream
isSeekable = true;
hasPosition = true;
hasSize = true;
hasPtr = true;
}
MemoryStream()