]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
no message
[wxWidgets.git] / include / wx / intl.h
index 5eba6c18403c896c4f270396e3cb12779e08b854..fd26e1054c7239ef072fec210d2cfd69193bfcad 100644 (file)
@@ -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);