X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca8cf4fffbe8e6671dd96927cd06ec11513b4173..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/txtstrm.h diff --git a/include/wx/txtstrm.h b/include/wx/txtstrm.h index 0c3983799c..d9d3399415 100644 --- a/include/wx/txtstrm.h +++ b/include/wx/txtstrm.h @@ -93,7 +93,7 @@ protected: wxChar NextChar(); // this should be used instead of GetC() because of Unicode issues wxChar NextNonSeparators(); - DECLARE_NO_COPY_CLASS(wxTextInputStream) + wxDECLARE_NO_COPY_CLASS(wxTextInputStream); }; typedef enum @@ -151,7 +151,7 @@ protected: wxMBConv *m_conv; #endif - DECLARE_NO_COPY_CLASS(wxTextOutputStream) + wxDECLARE_NO_COPY_CLASS(wxTextOutputStream); }; #endif