X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6e7cd0a1905d0d8389e315dc31808c3ebb7e4b8..7847232620296cd8d5c5cec8a5a50aa7627cfe31:/include/wx/stream.h diff --git a/include/wx/stream.h b/include/wx/stream.h index 151dd0bca4..264db502b0 100644 --- a/include/wx/stream.h +++ b/include/wx/stream.h @@ -232,6 +232,8 @@ protected: size_t m_wbackcur; friend class wxStreamBuffer; + + DECLARE_NO_COPY_CLASS(wxInputStream) }; // ---------------------------------------------------------------------------- @@ -264,6 +266,8 @@ protected: virtual size_t OnSysWrite(const void *buffer, size_t bufsize); friend class wxStreamBuffer; + + DECLARE_NO_COPY_CLASS(wxOutputStream) }; // ============================================================================ @@ -288,6 +292,8 @@ protected: virtual off_t OnSysTell() const; size_t m_currentPos; + + DECLARE_NO_COPY_CLASS(wxCountingOutputStream) }; // ---------------------------------------------------------------------------