]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
wxUSE_EXTENDED_RTTI as name
[wxWidgets.git] / include / wx / txtstrm.h
index c974b6f12b93034291d3976c2b6a61cbc55270c1..2e880a8ac2d60c9fb1fbcf6e0b5f2fde20c0da4f 100644 (file)
@@ -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