]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/button.h
Accept, AcceptWith -> wait parameter
[wxWidgets.git] / include / wx / gtk / button.h
index 9e2268309c9b87330493a3269513e8650e35c4d3..af4fdac9ee02392f8af7f848758af0ff2b606b9f 100644 (file)
@@ -57,7 +57,7 @@ class wxButton: public wxControl
            const wxSize& size = wxDefaultSize, long style = 0,
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxButtonNameStr);
-    void SetDefault();
+    virtual void SetDefault();
     void SetLabel( const wxString &label );
     bool Enable( bool enable );