]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
return const wxString& from wxFontMapper::GetDefaultConfigPath()
[wxWidgets.git] / include / wx / txtstrm.h
index 248af2453a6191c891b8fb315b4ce8c0d83a6f33..0bcf3e7d2c24676b259afded1de398de3fb3ec24 100644 (file)
@@ -127,7 +127,6 @@ public:
 
     wxTextOutputStream& PutChar(wxChar c);
 
-    wxTextOutputStream& operator<<(const wxChar *string);
     wxTextOutputStream& operator<<(const wxString& string);
     wxTextOutputStream& operator<<(char c);
 #if wxUSE_UNICODE && wxWCHAR_T_IS_REAL_TYPE