X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67daf87774c71ae9f73af9969008af220e52a11..3013b6f46099b8cf0d2f9f656e883e4606ca833d:/include/wx/intl.h diff --git a/include/wx/intl.h b/include/wx/intl.h index 5eba6c1840..fd26e1054c 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -118,7 +118,7 @@ private: 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);