X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4410d619c5a29e025b3ee5cd2363d8795aaf841c..8ae4f08661d7b324d5cd7aa16ab1a7b2810d94f2:/src/motif/timer.cpp diff --git a/src/motif/timer.cpp b/src/motif/timer.cpp index f4ef797df6..8fab6d35c1 100644 --- a/src/motif/timer.cpp +++ b/src/motif/timer.cpp @@ -13,6 +13,9 @@ #pragma implementation "timer.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/timer.h" #include "wx/app.h" #include "wx/hashmap.h" @@ -27,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);