]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
clear up wxStringBuffer docs a bit
[wxWidgets.git] / include / wx / txtstrm.h
index 12381fa37cc9b833fc053327677dd9f0fbd372c0..014136cb7416603023a46435a8da20662b0ba5c0 100644 (file)
@@ -64,6 +64,9 @@ public:
     // Operators
     wxTextInputStream& operator>>(wxString& word);
     wxTextInputStream& operator>>(char& c);
+#if wxUSE_UNICODE && wxWCHAR_T_IS_REAL_TYPE
+    wxTextInputStream& operator>>(wchar_t& wc);
+#endif // wxUSE_UNICODE
     wxTextInputStream& operator>>(wxInt16& i);
     wxTextInputStream& operator>>(wxInt32& i);
     wxTextInputStream& operator>>(wxUint16& i);