X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2348a84293e52b9a701891bcdd801b3e8e541642..f154ff601846554edeabb11d9585ec636f5f6a9c:/include/wx/txtstrm.h diff --git a/include/wx/txtstrm.h b/include/wx/txtstrm.h index c974b6f12b..313c7d6c69 100644 --- a/include/wx/txtstrm.h +++ b/include/wx/txtstrm.h @@ -12,7 +12,7 @@ #ifndef _WX_TXTSTREAM_H_ #define _WX_TXTSTREAM_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "txtstrm.h" #endif @@ -86,6 +86,8 @@ protected: // returns EOT (\4) if there is a stream error, or end of file wxChar NextChar(); // this should be used instead of GetC() because of Unicode issues wxChar NextNonSeparators(); + + DECLARE_NO_COPY_CLASS(wxTextInputStream) }; typedef enum @@ -135,6 +137,7 @@ protected: wxMBConv &m_conv; #endif + DECLARE_NO_COPY_CLASS(wxTextOutputStream) }; #endif