From 785c016a2867676a041e27ce25e33c67f026fa4e Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Fri, 12 Jan 2007 07:53:15 +0000 Subject: gcc 4.1 compile fixes. --- src/win95/iff.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/win95/iff.cpp') 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 * g_pRegister = NULL; -- cgit v1.3