X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a068160f9f732794d7d373d3adb4979c97c2d663..b71e90034f872d9fcad61abcdc000ab7cb4cfcd2:/src/msw/window.cpp diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 04f6f307a4..66fcdf4355 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -151,7 +151,7 @@ static bool gs_hasStdCmap = false; // last mouse event information we need to filter out the duplicates #if wxUSE_MOUSEEVENT_HACK -static struct +static struct MouseEventInfoDummy { // mouse position (in screen coordinates) wxPoint pos;