]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valgen.h
fix few doxygen warnings
[wxWidgets.git] / interface / wx / valgen.h
index db7f24b2de8b259eb07213653f30b01afcb776f3..15f1b2a31a559f5e8f44c2284f023f60a687c7a3 100644 (file)
@@ -95,12 +95,12 @@ public:
     /**
         Destructor.
     */
-    ~wxGenericValidator();
+    virtual ~wxGenericValidator();
 
     /**
         Clones the generic validator using the copy constructor.
     */
-    virtual wxValidator* Clone() const;
+    virtual wxObject* Clone() const;
 
     /**
         Transfers the value from the window to the appropriate data type.