Make this header SWIG-safe
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5beedebb82
commit
9ab4a43845
@ -19,14 +19,13 @@
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
||||
#ifndef SWIG
|
||||
|
||||
//
|
||||
// Additional Value Type Handlers
|
||||
//
|
||||
#ifndef SWIG
|
||||
bool WXDLLIMPEXP_PROPGRID
|
||||
operator==(const wxArrayInt& array1, const wxArrayInt& array2);
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// Additional Property Editors
|
||||
@ -39,6 +38,8 @@ WX_PG_DECLARE_EDITOR_WITH_DECL(SpinCtrl,WXDLLIMPEXP_PROPGRID)
|
||||
WX_PG_DECLARE_EDITOR_WITH_DECL(DatePickerCtrl,WXDLLIMPEXP_PROPGRID)
|
||||
#endif
|
||||
|
||||
#endif // !SWIG
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user