From 39ae1f1392ded3c444e952709485338437125e16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 5 Apr 2005 07:09:42 +0000 Subject: [PATCH] Fix the warning about code sensitive to packing (VisualC). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/scrolwin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index cf9a27f234..2655c594dd 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -175,6 +175,9 @@ protected: // delete the event handler we installed void DeleteEvtHandler(); + double m_scaleX; + double m_scaleY; + wxWindow *m_win, *m_targetWindow; @@ -194,9 +197,6 @@ protected: bool m_xScrollingEnabled; bool m_yScrollingEnabled; - double m_scaleX; - double m_scaleY; - #if wxUSE_MOUSEWHEEL int m_wheelRotation; #endif // wxUSE_MOUSEWHEEL -- 2.50.0