]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Don't overwrite wxFD_ styles in m_windowStyle.
[wxWidgets.git] / include / wx / string.h
index c2202864cbc48862e1a149c0b4cfcb8ae53ee269..2ab5d20b57424db8d719757a90837a30dea1bf62 100644 (file)
@@ -1578,7 +1578,6 @@ inline bool operator!=(const wxString& s, wxChar c) { return !s.IsSameAs(c); }
 
 #include "wx/iosfwrap.h"
 
-WXDLLIMPEXP_BASE wxSTD istream& operator>>(wxSTD istream&, wxString&);
 WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxString&);
 
 #endif  // wxSTD_STRING_COMPATIBILITY