fix for last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-01 01:30:51 +00:00
parent dbae17a2e0
commit 82713003dc

View File

@ -727,6 +727,8 @@ wxCSConv::wxCSConv(const wxChar *charset)
{
m_name = (wxChar *)NULL;
m_cset = (wxCharacterSet *) NULL;
m_deferred = TRUE;
SetName(charset);
}