From 13dcfd96b4d131bd7b72a4e425a003cf6e46775a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 2 Jun 2009 01:51:46 +0000 Subject: [PATCH] Make this header SWIG-safe git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/propgrid/advprops.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/propgrid/advprops.h b/include/wx/propgrid/advprops.h index bc8bd3e49c..448487941e 100644 --- a/include/wx/propgrid/advprops.h +++ b/include/wx/propgrid/advprops.h @@ -31,6 +31,7 @@ operator==(const wxArrayInt& array1, const wxArrayInt& array2); // // Additional Property Editors // +#ifndef SWIG #if wxUSE_SPINBTN WX_PG_DECLARE_EDITOR_WITH_DECL(SpinCtrl,WXDLLIMPEXP_PROPGRID) #endif @@ -38,6 +39,7 @@ WX_PG_DECLARE_EDITOR_WITH_DECL(SpinCtrl,WXDLLIMPEXP_PROPGRID) #if wxUSE_DATEPICKCTRL WX_PG_DECLARE_EDITOR_WITH_DECL(DatePickerCtrl,WXDLLIMPEXP_PROPGRID) #endif +#endif // -----------------------------------------------------------------------