X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67c8c225f469529d86afa1c4e817e96d97c22d18..5ecdc7ab6d10222bcf88610198771b5f3aee10a7:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index b1b15cb8d6..d80cd3a401 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -40,6 +40,8 @@ protected: private: size_t m_length; + + DECLARE_NO_COPY_CLASS(wxMemoryInputStream) }; class WXDLLEXPORT wxMemoryOutputStream : public wxOutputStream @@ -64,6 +66,8 @@ protected: size_t OnSysWrite(const void *buffer, size_t nbytes); off_t OnSysSeek(off_t pos, wxSeekMode mode); off_t OnSysTell() const; + + DECLARE_NO_COPY_CLASS(wxMemoryOutputStream) }; #endif