]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mstream.h
code using ms_PaintDC changed a little (a couple of asserts added, the behaviour
[wxWidgets.git] / include / wx / mstream.h
index dc8c6688d7e852360a044915cd7b471fb8420949..8c57cb0323a0d33f326fa7cd8ed001ee43b9625a 100644 (file)
@@ -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);