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/ZipRegistry.h')
-rwxr-xr-x7zip/UI/Common/ZipRegistry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/7zip/UI/Common/ZipRegistry.h b/7zip/UI/Common/ZipRegistry.h
index 74f87339..cda96f7b 100755
--- a/7zip/UI/Common/ZipRegistry.h
+++ b/7zip/UI/Common/ZipRegistry.h
@@ -13,7 +13,7 @@ namespace NExtract
{
NPathMode::EEnum PathMode;
NOverwriteMode::EEnum OverwriteMode;
- CSysStringVector Paths;
+ UStringVector Paths;
bool ShowPassword;
};
}
@@ -23,9 +23,9 @@ namespace NCompression {
struct CFormatOptions
{
CSysString FormatID;
- CSysString Options;
+ UString Options;
UInt32 Level;
- CSysString Method;
+ UString Method;
UInt32 Dictionary;
UInt32 Order;
void Init()
@@ -39,7 +39,7 @@ namespace NCompression {
struct CInfo
{
- CSysStringVector HistoryArchives;
+ UStringVector HistoryArchives;
// bool LevelIsDefined;
UInt32 Level;
UString ArchiveType;