From fa9ded58f19255e68c44ef274fa0f0b6c058320d Mon Sep 17 00:00:00 2001 From: shunf4 Date: Fri, 10 May 2024 16:15:29 +0800 Subject: [PATCH] fix: missing soleFolderIndex arg in IFolder::CopyTo --- CPP/7zip/UI/FileManager/IFolder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CPP/7zip/UI/FileManager/IFolder.h b/CPP/7zip/UI/FileManager/IFolder.h index 1ebdf7e5..c08de367 100755 --- a/CPP/7zip/UI/FileManager/IFolder.h +++ b/CPP/7zip/UI/FileManager/IFolder.h @@ -80,6 +80,7 @@ Z7_IFACE_CONSTR_FOLDER_SUB(IFolderOperationsExtractCallback, IProgress, 0x0B) x(Delete(const UInt32 *indices, UInt32 numItems, IProgress *progress)) \ x(CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, \ Int32 includeAltStreams, Int32 replaceAltStreamCharsMode, \ + Int64 soleFolderIndex, \ const wchar_t *path, IFolderOperationsExtractCallback *callback)) \ x(CopyFrom(Int32 moveMode, const wchar_t *fromFolderPath, \ const wchar_t * const *itemsPaths, UInt32 numItems, IProgress *progress)) \