From b0fd5cfa4844da7b13aab64564eb644d3af7e2fa Mon Sep 17 00:00:00 2001 From: shunf4 Date: Fri, 10 May 2024 19:45:55 +0800 Subject: [PATCH] fix: SoleFolderIndex: continue fixing method decl/impl --- CPP/7zip/UI/FileManager/PanelCopy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CPP/7zip/UI/FileManager/PanelCopy.cpp b/CPP/7zip/UI/FileManager/PanelCopy.cpp index 9ab3ab04..8758528e 100755 --- a/CPP/7zip/UI/FileManager/PanelCopy.cpp +++ b/CPP/7zip/UI/FileManager/PanelCopy.cpp @@ -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); }