// -----------------------------------------------------------------------
+#ifndef SWIG
+
//
// Additional Value Type Handlers
//
-#ifndef SWIG
bool WXDLLIMPEXP_PROPGRID
operator==(const wxArrayInt& array1, const wxArrayInt& array2);
-#endif
-
//
// Additional Property Editors
WX_PG_DECLARE_EDITOR_WITH_DECL(DatePickerCtrl,WXDLLIMPEXP_PROPGRID)
#endif
+#endif // !SWIG
+
// -----------------------------------------------------------------------