X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e47859daebd15efcecb969e612295c868e944d79..beb2638a997914bd12c55e81589adebd90af9ed2:/src/common/timercmn.cpp?ds=inline 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 // ============================================================================