X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2e04188bd940ce8933394fee71790c9887ba32c..0995b9dc18a7ce898c1c1be0e2790b258cab0fee:/include/wx/ustring.h diff --git a/include/wx/ustring.h b/include/wx/ustring.h index 0c00b6f9df..5b0d377e74 100644 --- a/include/wx/ustring.h +++ b/include/wx/ustring.h @@ -45,7 +45,6 @@ public: wxUString() { } wxUString( const wxChar32 *str ) { assign(str); } - wxUString( const wxUString &str ) { assign(str); } wxUString( const wxScopedU32CharBuffer &buf ) { assign(buf); } wxUString( const char *str ) { assign(str); } @@ -579,8 +578,6 @@ public: // operator = - wxUString& operator=(const wxUString& s) - { return assign( s ); } wxUString& operator=(const wxString& s) { return assign( s ); } wxUString& operator=(const wxCStrData* s)