X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37bea8d229d7e3a8e9f242cdeb19976fee125092..b02dd12239c8a59b9a545d9fcb04974f8ad02c6b:/include/wx/webview.h diff --git a/include/wx/webview.h b/include/wx/webview.h index 0a70b74ee0..455ee64054 100644 --- a/include/wx/webview.h +++ b/include/wx/webview.h @@ -225,7 +225,7 @@ typedef void (wxEvtHandler::*wxWebViewEventFunction) wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_LOADED, id, \ wxWebViewEventHandler(fn)) -#define EVT_WEB_VIEW_ERRROR(id, fn) \ +#define EVT_WEB_VIEW_ERROR(id, fn) \ wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_ERROR, id, \ wxWebViewEventHandler(fn))