X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/830f8f11bca5c0892ae767ba14790c8b5b59011f..fdc62f44622dfcfea2f43910478fe5bb8ac0e938:/include/wx/fileconf.h diff --git a/include/wx/fileconf.h b/include/wx/fileconf.h index ebb4ab5b29..140b707157 100644 --- a/include/wx/fileconf.h +++ b/include/wx/fileconf.h @@ -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