-Werror=reorder

Change-Id: I763b2c21f0ba62cf9343582a5a41e0dc0b744b50
This commit is contained in:
Caolán McNamara 2014-03-13 14:31:22 +00:00
parent c078d5fef9
commit 20e43b9f88

View File

@ -305,8 +305,8 @@ SvLBoxButton::SvLBoxButton( SvTreeListEntry* pEntry, SvLBoxButtonKind eTheKind,
, isVis(true)
, pData(pBData)
, eKind(eTheKind)
, nBaseOffs(0)
, nItemFlags(0)
, nBaseOffs(0)
{
SetStateUnchecked();
}