]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mstream.h
Second try
[wxWidgets.git] / include / wx / mstream.h
index dc8c6688d7e852360a044915cd7b471fb8420949..a07ce80cebf38307f973c1148f7d7a5c7d022145 100644 (file)
@@ -8,8 +8,8 @@
 // Copyright:   (c) Guilhem Lavaux
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
-#ifndef __WXMMSTREAM_H__
-#define __WXMMSTREAM_H__
+#ifndef _WX_WXMMSTREAM_H__
+#define _WX_WXMMSTREAM_H__
 
 #include <wx/stream.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);