1
0
Fork 0

(svn r20948) -Fix (r20880): compiler warning

release/1.1
smatz 2010-10-16 17:37:48 +00:00
parent cdf985bff4
commit 10ee071cab
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct Hash {
/** /**
* Gets the current size of the hash. * Gets the current size of the hash.
*/ */
uint FORCEINLINE GetSize() const FORCEINLINE uint GetSize() const
{ {
return this->size; return this->size;
} }