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:
@@ -87,6 +87,10 @@ protected:
|
|||||||
// wxProcess events
|
// wxProcess events
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
BEGIN_DECLARE_EVENT_TYPES()
|
||||||
|
DECLARE_EVENT_TYPE(wxEVT_END_PROCESS, 440)
|
||||||
|
END_DECLARE_EVENT_TYPES()
|
||||||
|
|
||||||
class WXDLLEXPORT wxProcessEvent : public wxEvent
|
class WXDLLEXPORT wxProcessEvent : public wxEvent
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -110,10 +114,6 @@ public:
|
|||||||
DECLARE_DYNAMIC_CLASS(wxProcessEvent)
|
DECLARE_DYNAMIC_CLASS(wxProcessEvent)
|
||||||
};
|
};
|
||||||
|
|
||||||
BEGIN_DECLARE_EVENT_TYPES()
|
|
||||||
DECLARE_EVENT_TYPE(wxEVT_END_PROCESS, 440)
|
|
||||||
END_DECLARE_EVENT_TYPES()
|
|
||||||
|
|
||||||
typedef void (wxObject::*wxProcessEventFunction)(wxProcessEvent&);
|
typedef void (wxObject::*wxProcessEventFunction)(wxProcessEvent&);
|
||||||
|
|
||||||
#define EVT_END_PROCESS(id, func) \
|
#define EVT_END_PROCESS(id, func) \
|
||||||
|
Reference in New Issue
Block a user