]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
using newer API
[wxWidgets.git] / include / wx / fileconf.h
index ebb4ab5b29a2cf3f364b62617ef3395955acc4a1..140b7071576452f273645771ba2897abf9236cd2 100644 (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