diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-24 22:13:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:37 +0100 |
commit | fd96b916b893fe71464c1e5183f8509010e11c7f (patch) | |
tree | 7319710d57c094d0b6312f75c28e6c468271f05c | |
parent | 1e4e78d37c57031a3275e9ede372cf550cf2a962 (diff) |
-Werror,-Wreorder
Change-Id: Ie05ae7b82c59c7ab27f549210ac305e2cd38b68c
-rw-r--r-- | vcl/win/source/gdi/winlayout.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx index 7339fb7ccc67..f17a2a55005f 100644 --- a/vcl/win/source/gdi/winlayout.cxx +++ b/vcl/win/source/gdi/winlayout.cxx @@ -512,9 +512,9 @@ WinLayout::WinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWF mhFont( (HFONT)GetCurrentObject(hDC,OBJ_FONT) ), mnBaseAdv( 0 ), mfFontScale( 1.0 ), + mbUseOpenGL(bUseOpenGL), mrWinFontData( rWFD ), - mrWinFontEntry(rWFE), - mbUseOpenGL(bUseOpenGL) + mrWinFontEntry(rWFE) { // keep mrWinFontEntry alive mrWinFontEntry.m_pFontCache->Acquire(&mrWinFontEntry); |