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/alt_tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/alt_tab.cpp') diff --git a/src/win95/alt_tab.cpp b/src/win95/alt_tab.cpp index 529abcb..c1c3e2f 100644 --- a/src/win95/alt_tab.cpp +++ b/src/win95/alt_tab.cpp @@ -103,7 +103,7 @@ struct AltTabEntry inline bool operator != (AltTabEntry const & rEntry) const { return ! operator == (rEntry); } - friend inline HashFunction(AltTabEntry const & rEntry) + friend inline unsigned HashFunction(AltTabEntry const & rEntry) { return HashFunction(rEntry.m_pDxGraphic); } }; -- cgit v1.3