X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..b38a20c1539dbbdc7cd1c43268d5f6e15bdd8fda:/interface/wx/valgen.h?ds=inline diff --git a/interface/wx/valgen.h b/interface/wx/valgen.h index 00ebc56fd4..ee59b3084c 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,7 +95,7 @@ public: /** Destructor. */ - ~wxGenericValidator(); + virtual ~wxGenericValidator(); /** Clones the generic validator using the copy constructor.