From 726f47563e20bf8a09170b2a35ea4d4071a3c9e0 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 077fe3df..6ad5e746 100644 --- a/CPP/7zip/UI/FileManager/PanelCopy.cpp +++ b/CPP/7zip/UI/FileManager/PanelCopy.cpp @@ -95,6 +95,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); }