X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69ecd30f312bef9440211df29ebd680622a10889..8e907a13eae0ef1cd0eb4a318c824ba095a64684:/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() };