X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0330301cb36709e8dcb70f595c1750451ff3e821..ba3af1010d452862c384beba48b8dfb8de45c908:/include/wx/arrstr.h diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index a9e6f86f04..9e6ec1a392 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -87,6 +87,17 @@ public: } int Index(const wxString& str, bool bCase = true, bool bFromEnd = false) const; + +private: + void Insert() + { + wxFAIL_MSG( "wxSortedArrayString::Insert() is not to be used" ); + } + + void Sort() + { + wxFAIL_MSG( "wxSortedArrayString::Sort() is not to be used" ); + } }; #else // if !wxUSE_STL