]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/intl.h
fixed compilation if wxUSE_STL=1
[wxWidgets.git] / include / wx / intl.h
index 471d9ad9bab693c51aa48737108a68fa31313421..5d16e3a3e9db6b2ab6fd76d38fff1ef9522612f5 100644 (file)
@@ -592,9 +592,11 @@ inline const wxChar *wxGetTranslation(const wxChar *sz1, const wxChar *sz2,
 
 #define wxTRANSLATE(str) _T(str)
 
-// Note: use of 'inline' here can cause this symbol not to be found when compiled with gcc
-//const wxChar *wxGetTranslation(const wxChar *sz);
-#define wxGetTranslation(sz) (sz)
+inline const wxChar *wxGetTranslation(const wxChar *sz,
+                                      const wxChar *WXUNUSED(domain) = NULL)
+{
+    return sz;
+}
 
 #endif // wxUSE_INTL/!wxUSE_INTL