]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/advprops.h
work around (harmless) warnings in VC7 release build
[wxWidgets.git] / include / wx / propgrid / advprops.h
index bc8bd3e49cda6f9e0740c63fd1f05e1682152b0f..10e6f15626e8d7672a864d5f69c859801667b046 100644 (file)
 // -----------------------------------------------------------------------
 
 
+#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
+
 // -----------------------------------------------------------------------