X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..95b4a59e67af301bb6ff061055ac5a9a09b96d6c:/interface/wx/radiobut.h diff --git a/interface/wx/radiobut.h b/interface/wx/radiobut.h index 0e8c56332d..5fe292f85b 100644 --- a/interface/wx/radiobut.h +++ b/interface/wx/radiobut.h @@ -88,7 +88,7 @@ public: /** Destructor, destroying the radio button item. */ - ~wxRadioButton(); + virtual ~wxRadioButton(); /** Creates the choice for two-step construction. See wxRadioButton() for @@ -105,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