]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/timer.cpp
Fixed GetIcon to keep up with return type change on all other platforms.
[wxWidgets.git] / src / mac / classic / timer.cpp
index a639e2c46498e72887d85e4e35c3c713bab47380..0e55f1cf0e33277347cab8ca17eb78550ab722d3 100644 (file)
@@ -9,15 +9,9 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "timer.h"
-#endif
-
 #include "wx/timer.h"
 
-#if !USE_SHARED_LIBRARY
-IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)
-#endif
+IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)
 
 #ifdef __WXMAC__
 #include "wx/mac/private.h"