]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mstream.h
Updates for make dist for OSX_CARBON
[wxWidgets.git] / interface / wx / mstream.h
index a606dbdb38bf10c75caf85d16264f3cadb07df65..889344b929f6c17be117d72ba09bae67a7afaa20 100644 (file)
@@ -26,7 +26,7 @@ public:
         @warning
         If the buffer is created, it will be destroyed at the destruction of the stream.
     */
-    wxMemoryOutputStream(char* data = NULL, size_t length = 0);
+    wxMemoryOutputStream(void* data = NULL, size_t length = 0);
 
     /**
         Destructor.