wxBitmapToggleButton's reported base class is wxControl

This commit is contained in:
Graham Dawes
2019-01-07 11:51:05 +00:00
parent 00030b56cb
commit 45fc60b549

View File

@@ -54,7 +54,7 @@ void wxQtToggleButton::clicked( bool checked )
wxDEFINE_EVENT( wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, wxCommandEvent );
wxIMPLEMENT_DYNAMIC_CLASS(wxBitmapToggleButton, wxToggleButton);
wxIMPLEMENT_DYNAMIC_CLASS(wxBitmapToggleButton, wxControl);
wxBitmapToggleButton::wxBitmapToggleButton()
{