X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/validate.h diff --git a/interface/wx/validate.h b/interface/wx/validate.h index 76f4abd835..5ef578fb58 100644 --- a/interface/wx/validate.h +++ b/interface/wx/validate.h @@ -8,7 +8,6 @@ /** @class wxValidator - @wxheader{validate.h} wxValidator is the base class for a family of validator classes that mediate between a class of control, and application data. @@ -52,7 +51,7 @@ public: /** Destructor. */ - ~wxValidator(); + virtual ~wxValidator(); /** All validator classes must implement the Clone() function, which @@ -76,7 +75,7 @@ public: This functions switches on or turns off the error sound produced by the validators if an invalid key is pressed. */ - void SetBellOnError(bool doIt = true); + static void SetBellOnError(bool doIt = true); /** Associates a window with the validator.