]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
converted to 16 colors
[wxWidgets.git] / include / wx / txtstrm.h
index 2fc0ac7aa7d404628ccca16daf897e3ed6db4edd..5586707252757cb9db3710b522ad2c9004b55f1e 100644 (file)
@@ -43,6 +43,9 @@ public:
 
  protected:
   wxInputStream *m_input;
+  
+  wxChar NextNonWhiteSpace();
+  void SkipIfEndOfLine( wxChar c );
 };
 
 class WXDLLEXPORT wxTextOutputStream {
@@ -55,7 +58,7 @@ class WXDLLEXPORT wxTextOutputStream {
   void Write8(wxUint8 i);
   void WriteDouble(double d);
   void WriteString(const wxString& string);
-
+  
   wxTextOutputStream& operator<<(const wxChar *string);
   wxTextOutputStream& operator<<(const wxString& string);
   wxTextOutputStream& operator<<(wxChar c);