New private SetName method in wxCSConv...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -223,6 +223,7 @@ class WXDLLEXPORT wxCSConv : public wxMBConv
|
|||||||
wxChar *m_name;
|
wxChar *m_name;
|
||||||
wxCharacterSet *m_cset;
|
wxCharacterSet *m_cset;
|
||||||
bool m_deferred;
|
bool m_deferred;
|
||||||
|
void SetName(const wxChar *charset);
|
||||||
public:
|
public:
|
||||||
wxCSConv(const wxChar *charset);
|
wxCSConv(const wxChar *charset);
|
||||||
virtual ~wxCSConv();
|
virtual ~wxCSConv();
|
||||||
|
Reference in New Issue
Block a user