X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cd78b2a875c3b7abd8a9f1025e164124fae0088..c753eb9269d1e6c99b80a2d782ce49d9864ac1da:/src/common/timercmn.cpp?ds=sidebyside diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 8cfe29d113..defa3b9dd4 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -39,7 +39,9 @@ // wxWin macros // ---------------------------------------------------------------------------- -IMPLEMENT_ABSTRACT_CLASS(wxTimerEvent, wxEvent) +IMPLEMENT_DYNAMIC_CLASS(wxTimerEvent, wxEvent) + +wxDEFINE_EVENT(wxEVT_TIMER, wxTimerEvent); // ============================================================================ // wxTimerBase implementation