X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba1d7a6cec8d9569ce2e380d4a39ddcd4450c9b5..4aa7709b73750737133ef33168cb159ca7ae464a:/interface/wx/mstream.h diff --git a/interface/wx/mstream.h b/interface/wx/mstream.h index a606dbdb38..889344b929 100644 --- a/interface/wx/mstream.h +++ b/interface/wx/mstream.h @@ -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.