reorder initialization in constructor matching to member declaration order (silence [-Werror=reorder])

This commit is contained in:
sebres
2023-02-15 15:09:48 +01:00
parent ebe8399e0f
commit 8b011d230f

View File

@@ -58,6 +58,9 @@ bool InitLocalPrivileges();
CArchiveUpdateCallback::CArchiveUpdateCallback():
_hardIndex_From((UInt32)(Int32)-1),
VolNumberAfterExt(false),
DigitCount(2),
Callback(NULL),
DirItems(NULL),
@@ -92,9 +95,7 @@ CArchiveUpdateCallback::CArchiveUpdateCallback():
Need_LatestMTime(false),
LatestMTime_Defined(false),
ProcessedItemsStatuses(NULL),
VolNumberAfterExt(false),
DigitCount(2)
ProcessedItemsStatuses(NULL)
{
#ifdef _USE_SECURITY_CODE
_saclEnabled = InitLocalPrivileges();