]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
Removed semi-colons off the end of two macro statement lines so that compilation...
[wxWidgets.git] / include / wx / timer.h
index 6a494be5ace5e8eed86072e3d6a4061288d77ead..ae1da9917b6309c49679436a61e0959ce49732c0 100644 (file)
@@ -49,8 +49,8 @@ public:
     void SetOwner(wxEvtHandler *owner, int id = -1)
         { m_owner = owner; m_idTimer = id; }
 
-#ifdef __WXMAC_X__
-    virtual ~wxTimerBase() {} // Added min for Mac X
+#ifdef __DARWIN__
+    virtual ~wxTimerBase() { }
 #endif
 
     // working with the timer
@@ -109,6 +109,8 @@ protected:
     #include "wx/motif/timer.h"
 #elif defined(__WXGTK__)
     #include "wx/gtk/timer.h"
+#elif defined(__WXMGL__)
+    #include "wx/mgl/timer.h"
 #elif defined(__WXQT__)
     #include "wx/qt/timer.h"
 #elif defined(__WXMAC__)