X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..277806225e146740f73965b11375d387b02961b7:/interface/wx/valgen.h diff --git a/interface/wx/valgen.h b/interface/wx/valgen.h index db7f24b2de..15f1b2a31a 100644 --- a/interface/wx/valgen.h +++ b/interface/wx/valgen.h @@ -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.