X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cd78b2a875c3b7abd8a9f1025e164124fae0088..12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67:/src/common/timercmn.cpp 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