]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/scrolbar.cpp
fix for hot keys in menu items (patch 1013082)
[wxWidgets.git] / src / msw / scrolbar.cpp
index 7f7b7c2c7e0c2a60f0c95c93cfe800fd0d0f2cbe..4f1b342899472828a761f5f5dc4b7207b2af1cf0 100644 (file)
@@ -173,6 +173,8 @@ bool wxScrollBar::MSWOnScroll(int WXUNUSED(orientation), WXWORD wParam,
     int position,
         maxPos, trackPos = pos;
 
+    wxUnusedVar(trackPos);
+
     // when we're dragging the scrollbar we can't use pos parameter because it
     // is limited to 16 bits
     // JACS: now always using GetScrollInfo, since there's no reason