Fix conflict in macro and class name

This commit is contained in:
Robin Dunn
2018-02-10 13:00:19 -08:00
parent a6c864ae78
commit 6cdf29760d
+1 -1
View File
@@ -4204,7 +4204,7 @@ typedef void (wxEvtHandler::*wxPressAndTapEventFunction)(wxPressAndTapEvent&);
wxEVENT_HANDLER_CAST(wxTwoFingerTapEventFunction, func)
#define wxLongPressEventHandler(func) \
wxEVENT_HANDLER_CAST(wxLongPressEventFunction, func)
#define wxPressAndTapEvent(func) \
#define wxPressAndTapEventHandler(func) \
wxEVENT_HANDLER_CAST(wxPressAndTapEventFunction, func)
#endif // wxUSE_GUI