]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
extended RemoveLast() to take size_t parameter
[wxWidgets.git] / include / wx / process.h
index ea2fc303d880e9f1d437ac7dcdec8ffa28ded5c9..ca13ae2d596e158015f1160002c134ee62f2f672 100644 (file)
@@ -106,7 +106,8 @@ protected:
 
 typedef void (wxObject::*wxProcessEventFunction)(wxProcessEvent&);
 
-#define EVT_END_PROCESS(id, func) { wxEVT_END_PROCESS, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxProcessEventFunction) & func, NULL},
+#define EVT_END_PROCESS(id, func) \
+   wxEventTableEntry( wxEVT_END_PROCESS, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxProcessEventFunction) & func, NULL),
 
 #endif
     // _WX_PROCESSH__