mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 23:13:12 +08:00
Fix conflict in macro and class name
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user