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/FileManager/MyLoadMenu.cpp')
-rwxr-xr-xCPP/7zip/FileManager/MyLoadMenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/FileManager/MyLoadMenu.cpp b/CPP/7zip/FileManager/MyLoadMenu.cpp
index 8be1e28f..41b0ace0 100755
--- a/CPP/7zip/FileManager/MyLoadMenu.cpp
+++ b/CPP/7zip/FileManager/MyLoadMenu.cpp
@@ -12,7 +12,7 @@
#include "resource.h"
#include "App.h"
#include "Resource/AboutDialog/AboutDialog.h"
-#include "Resource/BenchmarkDialog/BenchmarkDialog.h"
+#include "../UI/Common/CompressCall.h"
#include "HelpUtils.h"
#include "LangUtils.h"
@@ -662,7 +662,7 @@ bool OnMenuCommand(HWND hWnd, int id)
break;
case IDM_BENCHMARK:
- Benchmark(hWnd);
+ Benchmark();
break;
// Help
case IDM_HELP_CONTENTS: