]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valgen.h
don't define comparison operators taking wxStrings when wxUSE_STL == 1
[wxWidgets.git] / include / wx / valgen.h
index 4b165afab43ce42f8eecc78c163a908c79d34ebe..395f06a7c012aa224d57e2dc23c923250831c853 100644 (file)
@@ -30,7 +30,7 @@ public:
   wxGenericValidator(wxArrayInt* val);
   wxGenericValidator(const wxGenericValidator& copyFrom);
 
-  ~wxGenericValidator();
+  ~wxGenericValidator(){}
 
   // Make a clone of this validator (or return NULL) - currently necessary
   // if you're passing a reference to a validator.