Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/OpenCallback.h')
-rwxr-xr-xCPP/7zip/UI/FileManager/OpenCallback.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CPP/7zip/UI/FileManager/OpenCallback.h b/CPP/7zip/UI/FileManager/OpenCallback.h
index 5f0fbefc..559eb8fc 100755
--- a/CPP/7zip/UI/FileManager/OpenCallback.h
+++ b/CPP/7zip/UI/FileManager/OpenCallback.h
@@ -75,7 +75,7 @@ public:
_subArchiveMode = false;
}
*/
- void LoadFileInfo(const UString &folderPrefix, const UString &fileName)
+ void LoadFileInfo(const UString &folderPrefix, const UString &fileName)
{
_folderPrefix = folderPrefix;
if (!_fileInfo.Find(_folderPrefix + fileName))
@@ -83,9 +83,9 @@ public:
}
void ShowMessage(const UInt64 *completed);
- INT_PTR StartProgressDialog(const UString &title)
+ INT_PTR StartProgressDialog(const UString &title, NWindows::CThread &thread)
{
- return ProgressDialog.Create(title, ParentWindow);
+ return ProgressDialog.Create(title, thread, ParentWindow);
}
};