X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3affcd078b1dc6d92cd06f18b5cc4c41a33161ea..6a305cfbc85bedfc59ccb1b6b9619f4aeb790b31:/include/wx/string.h diff --git a/include/wx/string.h b/include/wx/string.h index c2202864cb..2ab5d20b57 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -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