From 92304fbc6a13782ae1b6dbc2dd24303457b8dc6b Mon Sep 17 00:00:00 2001 From: shunf4 Date: Fri, 10 May 2024 19:50:32 +0800 Subject: [PATCH] fix: SoleFolderIndex: continue fixing method decl/impl --- CPP/7zip/UI/FileManager/ExtractCallback.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CPP/7zip/UI/FileManager/ExtractCallback.cpp b/CPP/7zip/UI/FileManager/ExtractCallback.cpp index 2470e21c..c1a8ee65 100644 --- a/CPP/7zip/UI/FileManager/ExtractCallback.cpp +++ b/CPP/7zip/UI/FileManager/ExtractCallback.cpp @@ -688,11 +688,13 @@ STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) STDMETHODIMP CExtractCallbackImp::SetSoleFolderIndex(Int64 soleFolderIndex) { this->SoleFolderIndex = soleFolderIndex; + return S_OK; } STDMETHODIMP CExtractCallbackImp::GetSoleFolderIndex(Int64 *pSoleFolderIndex) { (*pSoleFolderIndex) = this->SoleFolderIndex; + return S_OK; } STDMETHODIMP CExtractCallbackImp::AskWrite(