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
This commit is contained in:
Robin Dunn
2009-06-02 01:51:46 +00:00
parent 2b25a82ebc
commit 13dcfd96b4

View File

@@ -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
// -----------------------------------------------------------------------