fix: compile error, using another way to pass down SoleFolderIndex

This commit is contained in:
shunf4
2024-05-10 19:22:11 +08:00
parent e30d86c4d0
commit 866e48d73a
6 changed files with 22 additions and 3 deletions

View File

@@ -272,6 +272,8 @@ public:
bool ThereAreMessageErrors;
NExtract::NOverwriteMode::EEnum OverwriteMode;
Int64 SoleFolderIndex;
#ifndef _NO_CRYPTO
bool PasswordIsDefined;
bool PasswordWasAsked;
@@ -296,6 +298,7 @@ public:
ProcessAltStreams(true),
StreamMode(false),
OverwriteMode(NExtract::NOverwriteMode::kAsk),
SoleFolderIndex(-1),
#ifndef _NO_CRYPTO
PasswordIsDefined(false),
PasswordWasAsked(false),