]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
implemented radio menu items for wxMSW
[wxWidgets.git] / src / common / timercmn.cpp
index 3ff1adf9d1dc7c50ce30dfb3b8e020532e8fed06..b9f1269ec081a7fdb2706d0cb4308e285d7864be 100644 (file)
 
 #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