-Werror,-Wreorder
Change-Id: Ie05ae7b82c59c7ab27f549210ac305e2cd38b68c
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user