]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/mstream.h
add wxVector(size_t size[, const value_type& value]) ctors
[wxWidgets.git] / interface / wx / mstream.h
index c6c2eacd6cb032cb6f08af0e3d64ceeecadfff84..eec704124a2f14b2f50ef831358851be659a09ff 100644 (file)
@@ -66,7 +66,7 @@ public:
         buffer data of length len. The stream does not take ownership of the buffer,
         i.e. the buffer will not be deleted in its destructor.
     */
-    wxMemoryInputStream(const char* data, size_t len);
+    wxMemoryInputStream(const void* data, size_t len);
 
     /**
         Creates a new read-only memory stream, initializing it with the data from