X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5a45dd6fd9870de6b68eff437fd5fe4ea5895c3c:/interface/wx/mstream.h diff --git a/interface/wx/mstream.h b/interface/wx/mstream.h index 37319f10b2..641e5fecaf 100644 --- a/interface/wx/mstream.h +++ b/interface/wx/mstream.h @@ -8,7 +8,6 @@ /** @class wxMemoryOutputStream - @wxheader{mstream.h} @library{wxbase} @@ -28,7 +27,7 @@ public: /** Destructor. */ - ~wxMemoryOutputStream(); + virtual ~wxMemoryOutputStream(); /** CopyTo allowed you to transfer data from the internal buffer of @@ -48,7 +47,6 @@ public: /** @class wxMemoryInputStream - @wxheader{mstream.h} @library{wxbase} @@ -76,7 +74,7 @@ public: /** Destructor. */ - ~wxMemoryInputStream(); + virtual ~wxMemoryInputStream(); /** Returns the pointer to the stream object used as an internal buffer