X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..52170c5b4419c63d6e0083df411aad420395ec98:/include/wx/motif/radiobut.h diff --git a/include/wx/motif/radiobut.h b/include/wx/motif/radiobut.h index 7ed22be9b9..5c06a40dea 100644 --- a/include/wx/motif/radiobut.h +++ b/include/wx/motif/radiobut.h @@ -17,7 +17,7 @@ class WXDLLEXPORT wxRadioButton: public wxControl DECLARE_DYNAMIC_CLASS(wxRadioButton) public: wxRadioButton(); - ~wxRadioButton() { RemoveFromCycle(); } + virtual ~wxRadioButton() { RemoveFromCycle(); } inline wxRadioButton(wxWindow *parent, wxWindowID id, const wxString& label,