]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
second part of Markus' BC++ fix
[wxWidgets.git] / include / wx / txtstrm.h
index 5b114305a885e0912bb102d026cf207fca19db9e..9553ce13560626d692016923489163295ea985ec 100644 (file)
@@ -47,7 +47,7 @@ public:
 
     // Operators
     wxTextInputStream& operator>>(wxString& word);
-    wxTextInputStream& operator>>(wxChar& c);
+    wxTextInputStream& operator>>(char& c);
     wxTextInputStream& operator>>(wxInt16& i);
     wxTextInputStream& operator>>(wxInt32& i);
     wxTextInputStream& operator>>(wxUint16& i);
@@ -90,7 +90,7 @@ public:
 
     wxTextOutputStream& operator<<(const wxChar *string);
     wxTextOutputStream& operator<<(const wxString& string);
-    wxTextOutputStream& operator<<(wxChar c);
+    wxTextOutputStream& operator<<(char c);
     wxTextOutputStream& operator<<(wxInt16 c);
     wxTextOutputStream& operator<<(wxInt32 c);
     wxTextOutputStream& operator<<(wxUint16 c);