X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1248b41f9f71110347659db8c54c75786eba23c6..0263da03711c430dfd7a2452dc9b0239f7081376:/src/motif/timer.cpp diff --git a/src/motif/timer.cpp b/src/motif/timer.cpp index ef99ffeed0..8fab6d35c1 100644 --- a/src/motif/timer.cpp +++ b/src/motif/timer.cpp @@ -30,7 +30,7 @@ #include "wx/motif/private.h" -IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject); +IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler); WX_DECLARE_VOIDPTR_HASH_MAP(wxTimer*, wxTimerHashMap);