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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/unrar/hash.hpp')
-rw-r--r--src/thirdparty/unrar/hash.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/hash.hpp b/src/thirdparty/unrar/hash.hpp
index dae31d1b2..b7d879f66 100644
--- a/src/thirdparty/unrar/hash.hpp
+++ b/src/thirdparty/unrar/hash.hpp
@@ -29,7 +29,7 @@ class DataHash
private:
HASH_TYPE HashType;
uint CurCRC32;
- blake2sp_state blake2ctx;
+ blake2sp_state *blake2ctx;
#ifdef RAR_SMP
ThreadPool *ThPool;