mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 18:07:15 -06:00
22.00
This commit is contained in:
4
CPP/7zip/UI/Common/UpdateProduce.h
Normal file → Executable file
4
CPP/7zip/UI/Common/UpdateProduce.h
Normal file → Executable 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)
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user