X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c740f49634629e47738ea73a199ea1a97640dc53..1e6d94998fcbdb3ce60774e38c0d4b6ee20c6798:/include/wx/intl.h diff --git a/include/wx/intl.h b/include/wx/intl.h index 193c4cc0e2..fd26e1054c 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -115,10 +115,10 @@ private: // ---------------------------------------------------------------------------- // global functions // ---------------------------------------------------------------------------- -wxLocale* WXDLLEXPORT wxGetLocale(); +WXDLLEXPORT wxLocale* wxGetLocale(); // get the translation of the string in the current locale -inline WXDLLEXPORT const char *wxGetTranslation(const char *sz) +inline const char *wxGetTranslation(const char *sz) { wxLocale *pLoc = wxGetLocale(); return pLoc == (wxLocale *) NULL ? sz : pLoc->GetString(sz);