summaryrefslogtreecommitdiff
path: root/src/win95/alt_tab.cpp
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2007-01-12 07:53:15 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit785c016a2867676a041e27ce25e33c67f026fa4e (patch)
tree6b653f46ddd5ff737eb19e4496ad041e021b7817 /src/win95/alt_tab.cpp
parent030db5bb236344370342447d31a3d685dd93ad92 (diff)
gcc 4.1 compile fixes.
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); }
};