added wxMBConv::Clone() to be able to copy conversion objects polymorphically

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-04-05 16:54:02 +00:00
parent 3793402c74
commit e835ec0100
2 changed files with 6 additions and 6 deletions

View File

@@ -227,7 +227,7 @@ private:
wxFileConfigGroup *m_pRootGroup, // the top (unnamed) group
*m_pCurrentGroup; // the current group
wxMBConv m_conv;
wxMBConv *m_conv;
#ifdef __UNIX__
int m_umask; // the umask to use for file creation