]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valgen.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / valgen.h
index 00ebc56fd421e8219501ccd5decd88a213969aa1..15f1b2a31a559f5e8f44c2284f023f60a687c7a3 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxGenericValidator
 
 /**
     @class wxGenericValidator
-    @wxheader{valgen.h}
 
     wxGenericValidator performs data transfer (but not validation or filtering)
     for the following basic controls: wxButton, wxCheckBox, wxListBox,
 
     wxGenericValidator performs data transfer (but not validation or filtering)
     for the following basic controls: wxButton, wxCheckBox, wxListBox,
@@ -96,12 +95,12 @@ public:
     /**
         Destructor.
     */
     /**
         Destructor.
     */
-    ~wxGenericValidator();
+    virtual ~wxGenericValidator();
 
     /**
         Clones the generic validator using the copy constructor.
     */
 
     /**
         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.
 
     /**
         Transfers the value from the window to the appropriate data type.