argh... yet another compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0c85071392
commit
71b9ed15f5
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user