]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / intl.h
index 5218a63a8457e05d5608efeacddf75434f6f821d..5c1fa40d4262150dea58b27e55834c1f54b2bd26 100644 (file)
@@ -545,7 +545,7 @@ private:
                    m_strShort;        // short name for the locale
     int            m_language;        // this locale wxLanguage value
 
-    const wxChar  *m_pszOldLocale;    // previous locale from setlocale()
+    const char  *m_pszOldLocale;      // previous locale from setlocale()
     wxLocale      *m_pOldLocale;      // previous wxLocale
 
     wxMsgCatalog  *m_pMsgCat;         // pointer to linked list of catalogs