Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Common/ArchiveCommandLine.h')
-rwxr-xr-x7zip/UI/Common/ArchiveCommandLine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/7zip/UI/Common/ArchiveCommandLine.h b/7zip/UI/Common/ArchiveCommandLine.h
index ddca3237..e2031499 100755
--- a/7zip/UI/Common/ArchiveCommandLine.h
+++ b/7zip/UI/Common/ArchiveCommandLine.h
@@ -68,6 +68,7 @@ struct CArchiveCommandLineOptions
NExtract::NOverwriteMode::EEnum OverwriteMode;
UStringVector ArchivePathsSorted;
UStringVector ArchivePathsFullSorted;
+ CObjectVector<CProperty> ExtractProperties;
CUpdateOptions UpdateOptions;
bool EnablePercents;