]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valgen.h
Cleanup of wxSocket::_Wait():
[wxWidgets.git] / interface / wx / valgen.h
index 00ebc56fd421e8219501ccd5decd88a213969aa1..ee59b3084cee95b24291bf1a59c6034ff2484835 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxGenericValidator
-    @wxheader{valgen.h}
 
     wxGenericValidator performs data transfer (but not validation or filtering)
     for the following basic controls: wxButton, wxCheckBox, wxListBox,
@@ -96,7 +95,7 @@ public:
     /**
         Destructor.
     */
-    ~wxGenericValidator();
+    virtual ~wxGenericValidator();
 
     /**
         Clones the generic validator using the copy constructor.