From 551df6f246486d6835bf25f4ff36cc217f1eaaf2 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sat, 17 Apr 1999 22:51:21 +0000 Subject: [PATCH] New private SetName method in wxCSConv... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/string.h | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.47.2