X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..1ddb6d28576c3ab21f80d8a3815fcccb1545961c:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index 97d6f5e00b..eb5e729ad5 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -31,6 +31,7 @@ public: InitFromStream(stream, lenFile); } wxMemoryInputStream(wxMemoryInputStream& stream) + : wxInputStream() { InitFromStream(stream, wxInvalidOffset); }