X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d008a4a6bbe96efc758c76db2234fb68d482667c..49c48f81905323f2a1fdd719b093528048e538aa:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 7af4275db2..3d4ee35534 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -249,8 +249,10 @@ DEFINE_EVENT_TYPE(wxEVT_SCROLL_CHANGED) // see comments in wx/event.h, near wxEVT_SCROLL_ENDSCROLL declaration #if wxCHECK_VERSION(2, 7, 0) - #error "Remove the line below, not needed any more" + #error "Remove the lines below, not needed any more" #endif +#undef wxEVT_SCROLL_ENDSCROLL +extern WXDLLIMPEXP_CORE const wxEventType wxEVT_SCROLL_ENDSCROLL; const wxEventType wxEVT_SCROLL_ENDSCROLL = wxEVT_SCROLL_CHANGED; // Scroll events from wxWindow