]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / common / timercmn.cpp
index 0a9261b9122ad49ae400ca0f5986252391435308..b9f1269ec081a7fdb2706d0cb4308e285d7864be 100644 (file)
 #  endif
 #endif
 
+#if defined(__MWERKS__) && defined(__WXMSW__)
+#   undef HAVE_FTIME
+#   undef HAVE_GETTIMEOFDAY
+#endif
+
 #include <time.h>
 #ifndef __WXMAC__
     #include <sys/types.h>      // for time_t
 
 #if wxUSE_GUI && wxUSE_TIMER
 
+wxTimerBase::~wxTimerBase()
+{
+    // this destructor is required for Darwin
+}
+
 void wxTimerBase::Notify()
 {
     // the base class version generates an event if it has owner - which it