X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69ecd30f312bef9440211df29ebd680622a10889..0dfef5a8124ac0f1bb2aed6ef5ddfa833e8e2c6e:/samples/taskbar/tbtest.h diff --git a/samples/taskbar/tbtest.h b/samples/taskbar/tbtest.h index 142ce5d237..b25defd713 100644 --- a/samples/taskbar/tbtest.h +++ b/samples/taskbar/tbtest.h @@ -22,8 +22,8 @@ public: virtual void OnLButtonDClick(wxEvent&); virtual void OnRButtonDClick(wxEvent&); - void OnMenuRestore(wxEvent&); - void OnMenuExit(wxEvent&); + void OnMenuRestore(wxCommandEvent&); + void OnMenuExit(wxCommandEvent&); DECLARE_EVENT_TABLE() };