summaryrefslogtreecommitdiff
path: root/src/win95/alt_tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/alt_tab.cpp')
-rw-r--r--src/win95/alt_tab.cpp2
1 files changed, 1 insertions, 1 deletions
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); }
};