fix: SoleFolderIndex: continue fixing method decl/impl

This commit is contained in:
shunf4
2024-05-10 19:40:20 +08:00
parent 5be705687e
commit e76e0f5d57
3 changed files with 5 additions and 4 deletions

View File

@@ -109,9 +109,9 @@ HRESULT CPanelCopyThread::ProcessVirt()
options->folder, BoolToInt(true), extractCallback2);
}
else
CMyComPtr<IFolderArchiveExtractCallback> extractCallback2;
RINOK(ExtractCallback.QueryInterface(IID_IFolderArchiveExtractCallback, &extractCallback2))
extractCallback2->SetSoleFolderIndex(options->soleFolderIndex);
// CMyComPtr<IFolderArchiveExtractCallback> extractCallback2;
// RINOK(ExtractCallback.QueryInterface(IID_IFolderArchiveExtractCallback, &extractCallback2))
ExtractCallback->SetSoleFolderIndex(options->soleFolderIndex);
result2 = FolderOperations->CopyTo(
BoolToInt(options->moveMode),
&Indices.Front(), Indices.Size(),