Changed m_eventType to int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1455,7 +1455,7 @@ typedef void (wxObject::*wxObjectEventFunction)(wxEvent&);
|
|||||||
struct WXDLLEXPORT wxEventTableEntry
|
struct WXDLLEXPORT wxEventTableEntry
|
||||||
{
|
{
|
||||||
// For some reason, this can't be wxEventType, or VC++ complains.
|
// For some reason, this can't be wxEventType, or VC++ complains.
|
||||||
const int &m_eventType; // main event type
|
int m_eventType; // main event type
|
||||||
int m_id; // control/menu/toolbar id
|
int m_id; // control/menu/toolbar id
|
||||||
int m_lastId; // used for ranges of ids
|
int m_lastId; // used for ranges of ids
|
||||||
wxObjectEventFunction m_fn; // function to call: not wxEventFunction,
|
wxObjectEventFunction m_fn; // function to call: not wxEventFunction,
|
||||||
|
Reference in New Issue
Block a user