mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
Update to 7-Zip 16.03
This commit is contained in:
@@ -767,7 +767,7 @@ static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop)
|
||||
|
||||
HRESULT Benchmark(
|
||||
DECL_EXTERNAL_CODECS_LOC_VARS
|
||||
const CObjectVector<CProperty> props, HWND hwndParent)
|
||||
const CObjectVector<CProperty> &props, HWND hwndParent)
|
||||
{
|
||||
CThreadBenchmark benchmarker;
|
||||
#ifdef EXTERNAL_CODECS
|
||||
|
||||
@@ -175,6 +175,6 @@ public:
|
||||
|
||||
HRESULT Benchmark(
|
||||
DECL_EXTERNAL_CODECS_LOC_VARS
|
||||
const CObjectVector<CProperty> props, HWND hwndParent = NULL);
|
||||
const CObjectVector<CProperty> &props, HWND hwndParent = NULL);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user