mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 01:14:55 -06:00
fix: remove soleFolderIndex arg in IFolderOperations::CopyTo
This commit is contained in:
@@ -281,7 +281,7 @@ public:
|
|||||||
ProcessAltStreams(true),
|
ProcessAltStreams(true),
|
||||||
StreamMode(false),
|
StreamMode(false),
|
||||||
OverwriteMode(NExtract::NOverwriteMode::kAsk),
|
OverwriteMode(NExtract::NOverwriteMode::kAsk),
|
||||||
SoleFolderIndex(-1),
|
SoleFolderIndex(-1LL),
|
||||||
#ifndef Z7_NO_CRYPTO
|
#ifndef Z7_NO_CRYPTO
|
||||||
PasswordIsDefined(false),
|
PasswordIsDefined(false),
|
||||||
PasswordWasAsked(false),
|
PasswordWasAsked(false),
|
||||||
|
|||||||
@@ -82,7 +82,6 @@ Z7_IFACE_CONSTR_FOLDER_SUB(IFolderOperationsExtractCallback, IProgress, 0x0B)
|
|||||||
x(Delete(const UInt32 *indices, UInt32 numItems, IProgress *progress)) \
|
x(Delete(const UInt32 *indices, UInt32 numItems, IProgress *progress)) \
|
||||||
x(CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, \
|
x(CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, \
|
||||||
Int32 includeAltStreams, Int32 replaceAltStreamCharsMode, \
|
Int32 includeAltStreams, Int32 replaceAltStreamCharsMode, \
|
||||||
Int64 soleFolderIndex, \
|
|
||||||
const wchar_t *path, IFolderOperationsExtractCallback *callback)) \
|
const wchar_t *path, IFolderOperationsExtractCallback *callback)) \
|
||||||
x(CopyFrom(Int32 moveMode, const wchar_t *fromFolderPath, \
|
x(CopyFrom(Int32 moveMode, const wchar_t *fromFolderPath, \
|
||||||
const wchar_t * const *itemsPaths, UInt32 numItems, IProgress *progress)) \
|
const wchar_t * const *itemsPaths, UInt32 numItems, IProgress *progress)) \
|
||||||
|
|||||||
Reference in New Issue
Block a user