From dfdd617b4b213033453944e19902a6f86b99b795 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 7 Jul 2001 22:42:06 +0000 Subject: [PATCH] safe macro expansion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/intl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/intl.h b/include/wx/intl.h index 8521815234..7005b680bb 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -492,7 +492,7 @@ inline const wxMB2WXbuf wxGetTranslation(const wxChar *sz) // 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 +#define wxGetTranslation(sz) (sz) #endif // wxUSE_INTL/!wxUSE_INTL -- 2.45.2