/**
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.