gcc 4.1 compile fixes.

This commit is contained in:
Steven Fuller 2007-01-12 07:53:15 +00:00 committed by Patryk Obara
parent 030db5bb23
commit 785c016a28
7 changed files with 16 additions and 8 deletions

View file

@ -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); }
};