X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/string.h diff --git a/interface/wx/string.h b/interface/wx/string.h index aa7e3d3266..80f58699d1 100644 --- a/interface/wx/string.h +++ b/interface/wx/string.h @@ -1139,7 +1139,7 @@ public: //@{ /** Assignment: the effect of each operation is the same as for the corresponding - constructor (see @ref wxString() "wxString constructors"). + constructor (see wxString constructors). */ wxString operator =(const wxString& str); wxString operator =(wxUniChar c); @@ -1369,10 +1369,6 @@ inline bool operator==(const wxString& s1, const wxCharBuffer& s2); inline bool operator==(const wxCharBuffer& s1, const wxString& s2); inline bool operator!=(const wxString& s1, const wxCharBuffer& s2); inline bool operator!=(const wxCharBuffer& s1, const wxString& s2); -inline wxString operator+(const wxString& string, const wxWCharBuffer& buf) -inline wxString operator+(const wxWCharBuffer& buf, const wxString& string) -inline wxString operator+(const wxString& string, const wxCharBuffer& buf) -inline wxString operator+(const wxCharBuffer& buf, const wxString& string) /** Comparison operators with wxUniChar or wxUniCharRef.