summaryrefslogtreecommitdiff
path: root/src/win95/iff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/iff.cpp')
-rw-r--r--src/win95/iff.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/win95/iff.cpp b/src/win95/iff.cpp
index 4e176d6..d7581b3 100644
--- a/src/win95/iff.cpp
+++ b/src/win95/iff.cpp
@@ -219,12 +219,14 @@ namespace IFF
} // namespace IFF
-inline unsigned HashFunction(IFF::RegEntry const & rEntry)
-{
- return HashFunction(rEntry.m_idChunk.m_nID);
-}
+
namespace IFF {
+
+ inline unsigned HashFunction(IFF::RegEntry const & rEntry)
+ {
+ return ::HashFunction(rEntry.m_idChunk.m_nID);
+ }
static ::HashTable<RegEntry> * g_pRegister = NULL;