Fix conflict in macro and class name
This commit is contained in:
@@ -4204,7 +4204,7 @@ typedef void (wxEvtHandler::*wxPressAndTapEventFunction)(wxPressAndTapEvent&);
|
|||||||
wxEVENT_HANDLER_CAST(wxTwoFingerTapEventFunction, func)
|
wxEVENT_HANDLER_CAST(wxTwoFingerTapEventFunction, func)
|
||||||
#define wxLongPressEventHandler(func) \
|
#define wxLongPressEventHandler(func) \
|
||||||
wxEVENT_HANDLER_CAST(wxLongPressEventFunction, func)
|
wxEVENT_HANDLER_CAST(wxLongPressEventFunction, func)
|
||||||
#define wxPressAndTapEvent(func) \
|
#define wxPressAndTapEventHandler(func) \
|
||||||
wxEVENT_HANDLER_CAST(wxPressAndTapEventFunction, func)
|
wxEVENT_HANDLER_CAST(wxPressAndTapEventFunction, func)
|
||||||
|
|
||||||
#endif // wxUSE_GUI
|
#endif // wxUSE_GUI
|
||||||
|
Reference in New Issue
Block a user