X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1678ad780265f08fc8b84d180c04ae3a9900b1bb..83626bfa72bd7f0147392818846242a846d12063:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index dc8c6688d7..8c57cb0323 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -32,6 +32,8 @@ class wxMemoryInputStream: virtual public wxMemoryStreamBase, public wxInputStre wxMemoryInputStream(const char *data, size_t length); virtual ~wxMemoryInputStream(); + char Peek(); + protected: size_t DoRead(void *buffer, size_t size);