From 22475d6d94e96056d1550dca00b32d00e3821649 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 25 Dec 2014 12:00:00 +0100 Subject: Import icculus.org release (2014-12-25) --- src/win95/hash_tem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/hash_tem.hpp') diff --git a/src/win95/hash_tem.hpp b/src/win95/hash_tem.hpp index bc25f53..8edda53 100644 --- a/src/win95/hash_tem.hpp +++ b/src/win95/hash_tem.hpp @@ -242,7 +242,7 @@ inline unsigned HashFunction(void const * const _vP) { // treat as integer - return HashFunction(reinterpret_cast(_vP)); + return HashFunction(reinterpret_cast(_vP)); } // a hash function for strings -- cgit v1.3