From: Vadim Zeitlin Date: Wed, 31 Jan 2001 17:25:56 +0000 (+0000) Subject: argh... yet another compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/71b9ed15f5f00a897f1e4048aad15f7df36ea41c argh... yet another compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/process.h b/include/wx/process.h index 34d54a50cb..ddf87b3a04 100644 --- a/include/wx/process.h +++ b/include/wx/process.h @@ -87,6 +87,10 @@ protected: // wxProcess events // ---------------------------------------------------------------------------- +BEGIN_DECLARE_EVENT_TYPES() + DECLARE_EVENT_TYPE(wxEVT_END_PROCESS, 440) +END_DECLARE_EVENT_TYPES() + class WXDLLEXPORT wxProcessEvent : public wxEvent { public: @@ -110,10 +114,6 @@ public: DECLARE_DYNAMIC_CLASS(wxProcessEvent) }; -BEGIN_DECLARE_EVENT_TYPES() - DECLARE_EVENT_TYPE(wxEVT_END_PROCESS, 440) -END_DECLARE_EVENT_TYPES() - typedef void (wxObject::*wxProcessEventFunction)(wxProcessEvent&); #define EVT_END_PROCESS(id, func) \