]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinctrl.h
another compilation fix
[wxWidgets.git] / include / wx / spinctrl.h
index 17dc5ff9a32d11b5bd2df5ec53843ae0ca1394c0..94b62fb8463188700c8cdb9df8277862e9a38bc8 100644 (file)
@@ -62,7 +62,7 @@ protected:
 
 // Macro must be defined here, not event.h, since it must reference wxSpinEventFunction
 #define EVT_SPINCTRL(id, fn) \
 
 // Macro must be defined here, not event.h, since it must reference wxSpinEventFunction
 #define EVT_SPINCTRL(id, fn) \
-    wxEventTableEntry( wxEVT_COMMAND_SPINCTRL_UPDATED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxSpinEventFunction) & fn, (wxObject *) NULL ),
+    DECLARE_EVENT_TABLE_ENTRY( wxEVT_COMMAND_SPINCTRL_UPDATED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxSpinEventFunction) & fn, (wxObject *) NULL ),
 
 #endif // _WX_SPINCTRL_H_
 
 
 #endif // _WX_SPINCTRL_H_