]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/timer.cpp
removed mpthread and added thread.cpp and tglbutton.cpp
[wxWidgets.git] / src / motif / timer.cpp
index f4ef797df6d32f63d25d5aa59ff0f35092cc47bf..8fab6d35c1afa2d9a82485528d31ad4caeeee5fe 100644 (file)
@@ -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);