X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75ed1d15d0d866cac78f7c0da176db8dd5288bc8..30f1b5f3ef80156808e5a96b2abd63c62a1f5894:/include/wx/mstream.h?ds=inline diff --git a/include/wx/mstream.h b/include/wx/mstream.h index c25fc94a85..0f73867261 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -27,10 +27,4 @@ class wxMemoryOutputStream: public wxOutputStream { virtual ~wxMemoryOutputStream(); }; -class wxMemoryStream: public wxMemoryInputStream, public wxMemoryOutputStream { - public: - wxMemoryStream(char *data = NULL, size_t length = 0); - virtual ~wxMemoryStream(); -}; - #endif