summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Hash.cpp')
-rw-r--r--Source/Core/Common/Hash.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Common/Hash.cpp b/Source/Core/Common/Hash.cpp
index 2678ab89bc..193ff5257b 100644
--- a/Source/Core/Common/Hash.cpp
+++ b/Source/Core/Common/Hash.cpp
@@ -15,6 +15,8 @@
#include <arm_acle.h>
#endif
+namespace Common
+{
static u64 (*ptrHashFunction)(const u8* src, u32 len, u32 samples) = nullptr;
// uint32_t
@@ -524,3 +526,4 @@ void SetHash64Function()
ptrHashFunction = &GetMurmurHash3;
}
}
+} // namespace Common