]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
add note for wxWidgets user with a skeleton for a very minimal console app
[wxWidgets.git] / interface / wx / validate.h
index 98bfc9c26ad084f59363cfbda4b48047495c52c4..5ef578fb587f62dd3bd345568085203e3506539e 100644 (file)
@@ -51,7 +51,7 @@ public:
     /**
         Destructor.
     */
-    ~wxValidator();
+    virtual ~wxValidator();
 
     /**
         All validator classes must implement the Clone() function, which
@@ -75,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.