]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
Added missing accessors
[wxWidgets.git] / include / wx / intl.h
index dce70d0c7bada3f5dcabd4ec82b7b6cb3328a42d..3bbdd43355bc08b57dc17faf28ffe260de26b2e3 100644 (file)
@@ -107,7 +107,8 @@ private:
 // ----------------------------------------------------------------------------
 // global functions
 // ----------------------------------------------------------------------------
-inline WXDLLEXPORT wxLocale* wxGetLocale() { return g_pLocale; }
+
+WXDLLEXPORT wxLocale* wxGetLocale();
 
 // get the translation of the string in the current locale  
 inline WXDLLEXPORT const char *wxGetTranslation(const char *sz)