summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-24 22:02:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:36 +0100
commit74bb9f139f9b8fdfa4dfb206d58722da6771bb73 (patch)
tree6eb6a0dfd68e814223cab1045dc98c1abb891b66 /vcl
parentcca61a221cb7ad240f6bf8e910836a2b4b8dd553 (diff)
-Werror,-Wreorder
Change-Id: Ic84f8b35661f52949f29ea491dd5e7b3faebe37c
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/gdi/salgdi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx
index 5f29820bb956..88fe24924daa 100644
--- a/vcl/win/source/gdi/salgdi.cxx
+++ b/vcl/win/source/gdi/salgdi.cxx
@@ -621,8 +621,8 @@ WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hW
mbPrinter(eType == WinSalGraphics::PRINTER),
mbVirDev(eType == WinSalGraphics::VIRTUAL_DEVICE),
mbWindow(eType == WinSalGraphics::WINDOW),
- mhWnd(hWnd),
mbScreen(bScreen),
+ mhWnd(hWnd),
mfCurrentFontScale(1.0),
mhRegion(0),
mhDefPen(0),