]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return
[wxWidgets.git] / include / wx / intl.h
index 193c4cc0e27d7ade4c46ee6bcfb466d4a01a8391..fd26e1054c7239ef072fec210d2cfd69193bfcad 100644 (file)
@@ -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);