fix: SoleFolderIndex: continue fixing method decl/impl

This commit is contained in:
shunf4
2024-05-10 19:45:55 +08:00
parent e76e0f5d57
commit b0fd5cfa48

View File

@@ -105,6 +105,7 @@ HRESULT CPanelCopyThread::ProcessVirt()
result2 = archiveFolder->Extract(&Indices.Front(), Indices.Size(),
BoolToInt(options->includeAltStreams),
BoolToInt(options->replaceAltStreamChars),
-1LL,
pathMode, NExtract::NOverwriteMode::kAsk,
options->folder, BoolToInt(true), extractCallback2);
}