mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r20948) -Fix (r20880): compiler warning
This commit is contained in:
parent
cdf985bff4
commit
10ee071cab
@ -99,7 +99,7 @@ struct Hash {
|
||||
/**
|
||||
* Gets the current size of the hash.
|
||||
*/
|
||||
uint FORCEINLINE GetSize() const
|
||||
FORCEINLINE uint GetSize() const
|
||||
{
|
||||
return this->size;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user