X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32c1cda24418c225fa2cff4b1416f7a3d62c88b1..c0cd186f82be8ec2db788f26780f319b0e57cbf8:/include/wx/msw/radiobut.h diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index 35cb5dc292..b75df13479 100644 --- a/include/wx/msw/radiobut.h +++ b/include/wx/msw/radiobut.h @@ -48,9 +48,10 @@ class WXDLLEXPORT wxRadioButton: public wxControl virtual bool GetValue(void) const ; bool MSWCommand(WXUINT param, WXWORD id); - void Command(wxCommandEvent& event); virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, - WXUINT message, WXWPARAM wParam, WXLPARAM lParam); + WXUINT message, WXWPARAM wParam, WXLPARAM lParam); + + void Command(wxCommandEvent& event); }; // Not implemented