X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..7a344f1be4ff59b7b150ab52265693d4219de973:/interface/wx/radiobut.h diff --git a/interface/wx/radiobut.h b/interface/wx/radiobut.h index dfce977c50..5fe292f85b 100644 --- a/interface/wx/radiobut.h +++ b/interface/wx/radiobut.h @@ -8,7 +8,6 @@ /** @class wxRadioButton - @wxheader{radiobut.h} A radio button item is a button which usually denotes one of several mutually exclusive options. It has a text label next to a (usually) round @@ -89,7 +88,7 @@ public: /** Destructor, destroying the radio button item. */ - ~wxRadioButton(); + virtual ~wxRadioButton(); /** Creates the choice for two-step construction. See wxRadioButton() for @@ -106,7 +105,7 @@ public: /** Returns @true if the radio button is depressed, @false otherwise. */ - bool GetValue() const; + virtual bool GetValue() const; /** Sets the radio button to selected or deselected status. This does not cause a