X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5267aefd85739afd26bd19bfba998005119db446..664e5ff93e8ed74969e67c79ce9da004309ca91c:/interface/wx/mstream.h?ds=sidebyside diff --git a/interface/wx/mstream.h b/interface/wx/mstream.h index c6c2eacd6c..eec704124a 100644 --- a/interface/wx/mstream.h +++ b/interface/wx/mstream.h @@ -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