gcc 4.1 compile fixes.
This commit is contained in:
parent
030db5bb23
commit
785c016a28
7 changed files with 16 additions and 8 deletions
|
@ -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); }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue