]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
another compilation fix
[wxWidgets.git] / include / wx / timer.h
index 8c1724df97699b953667afa4f7696ce8af991066..7593cfd406b8158c7cd7d4b81b5a5af995f1443f 100644 (file)
@@ -171,7 +171,8 @@ private:
 
 typedef void (wxEvtHandler::*wxTimerEventFunction)(wxTimerEvent&);
 
 
 typedef void (wxEvtHandler::*wxTimerEventFunction)(wxTimerEvent&);
 
-#define EVT_TIMER(id, func) { wxEVT_TIMER, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTimerEventFunction) & func, NULL},
+#define EVT_TIMER(id, func) \
+    DECLARE_EVENT_TABLE_ENTRY( wxEVT_TIMER, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTimerEventFunction) & func, NULL),
 
 #endif // wxUSE_GUI
 
 
 #endif // wxUSE_GUI