From 31478355f8348d7dfb1c647919b62b224acfa8a0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 9 Aug 2003 08:33:40 +0000 Subject: [PATCH] define WX_XTI_TEMPLATE_FIX in case it is not yet git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xti.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/xti.h b/include/wx/xti.h index b7fee4090d..e8ff0102b2 100644 --- a/include/wx/xti.h +++ b/include/wx/xti.h @@ -45,7 +45,9 @@ // some compilers have troubles getting the correct wxPropertyAccessorT constructor // set this to 1 to make things work for these, too +#ifndef WX_XTI_TEMPLATE_FIX #define WX_XTI_TEMPLATE_FIX 0 +#endif #if WX_XTI_TEMPLATE_FIX #define WX_XTI_PARAM_FIX(a,b) a,b -- 2.45.2