Fixed incorrect hasPtr in MemoryStream

pull/21/head
Nicolay Korslund 15 years ago
parent fb1eec974c
commit 2a6ed21351

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

Loading…
Cancel
Save