X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..920b92a3fd568f012a8f7814d56640cb729ba993:/interface/wx/valgen.h?ds=sidebyside diff --git a/interface/wx/valgen.h b/interface/wx/valgen.h index 00ebc56fd4..15f1b2a31a 100644 --- a/interface/wx/valgen.h +++ b/interface/wx/valgen.h @@ -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,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.