]> git.saurik.com Git - wxWidgets.git/commitdiff
remove operators added by error
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 11 Jan 2009 00:02:18 +0000 (00:02 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 11 Jan 2009 00:02:18 +0000 (00:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/string.h

index aa7e3d3266b670a93571eca420928bacc32e93e0..403f4fdcd533fa86f0dcec0b58520007f98cdfa9 100644 (file)
@@ -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.