From: Ove Kaaven Date: Sat, 17 Apr 1999 22:51:21 +0000 (+0000) Subject: New private SetName method in wxCSConv... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/551df6f246486d6835bf25f4ff36cc217f1eaaf2 New private SetName method in wxCSConv... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/string.h b/include/wx/string.h index d4fdb53bed..36f6a3773e 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -223,6 +223,7 @@ class WXDLLEXPORT wxCSConv : public wxMBConv wxChar *m_name; wxCharacterSet *m_cset; bool m_deferred; + void SetName(const wxChar *charset); public: wxCSConv(const wxChar *charset); virtual ~wxCSConv();