X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e47859daebd15efcecb969e612295c868e944d79..12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67:/src/common/timercmn.cpp diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index bb89232709..defa3b9dd4 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -41,6 +41,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxTimerEvent, wxEvent) +wxDEFINE_EVENT(wxEVT_TIMER, wxTimerEvent); + // ============================================================================ // wxTimerBase implementation // ============================================================================