X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/201812a8502c16d577bebb4c0e61ea0b35d6e0f6..0e072aac7a9f3d58dbee5fb3df04c50ca448b5e5:/include/wx/msw/tabctrl.h diff --git a/include/wx/msw/tabctrl.h b/include/wx/msw/tabctrl.h index cd9e4590ed..b5c076eb7f 100644 --- a/include/wx/msw/tabctrl.h +++ b/include/wx/msw/tabctrl.h @@ -122,8 +122,8 @@ class WXDLLEXPORT wxTabCtrl: public wxControl void OnKillFocus(wxFocusEvent& event) { Default() ; } void Command(wxCommandEvent& event); - bool MSWCommand(const WXUINT param, const WXWORD id); - bool MSWNotify(const WXWPARAM wParam, const WXLPARAM lParam); + bool MSWCommand(WXUINT param, WXWORD id); + bool MSWNotify(WXWPARAM wParam, WXLPARAM lParam); // Responds to colour changes void OnSysColourChanged(wxSysColourChangedEvent& event);