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:
@@ -727,6 +727,8 @@ wxCSConv::wxCSConv(const wxChar *charset)
|
|||||||
{
|
{
|
||||||
m_name = (wxChar *)NULL;
|
m_name = (wxChar *)NULL;
|
||||||
m_cset = (wxCharacterSet *) NULL;
|
m_cset = (wxCharacterSet *) NULL;
|
||||||
|
m_deferred = TRUE;
|
||||||
|
|
||||||
SetName(charset);
|
SetName(charset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user