This commit is contained in:
Igor Pavlov
2022-06-23 11:43:16 +01:00
committed by Kornel
parent c3529a41f5
commit ec44a8a070
1248 changed files with 15242 additions and 2443 deletions

4
CPP/7zip/UI/Common/UpdateProduce.h Normal file → Executable file
View File

@@ -17,6 +17,7 @@ struct CUpdatePair2
int NewNameIndex;
bool IsMainRenameItem;
bool IsSameTime;
void SetAs_NoChangeArcItem(unsigned arcIndex) // int
{
@@ -37,7 +38,8 @@ struct CUpdatePair2
DirIndex(-1),
ArcIndex(-1),
NewNameIndex(-1),
IsMainRenameItem(false)
IsMainRenameItem(false),
IsSameTime(false)
{}
};