]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valgen.h
Removed non-theme related defs
[wxWidgets.git] / include / wx / valgen.h
index 4b165afab43ce42f8eecc78c163a908c79d34ebe..44596d0486c5596db0f03c379f2a67f09e84e8f7 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     Jan 22 1999
 // RCS-ID:
-// Copyright:   (c) 1999 Kevin Smith
+// Copyright:   (c) 1999 Julian Smart (assigned from Kevin)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -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.