From 6cdf29760d06134bb5a377d95d4ac8b4d90f80f3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 9 Feb 2018 14:33:48 -0800 Subject: [PATCH] Fix conflict in macro and class name --- include/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/event.h b/include/wx/event.h index c9d95501d8..ae14ebb8a3 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -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