mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 05:15:21 +00:00
(svn r18954) -Fix (r18952): missing 'inline'
This commit is contained in:
parent
4c4d1e1bf6
commit
54f958c8e5
@ -300,7 +300,7 @@ static inline VarType GetVarFileType(VarType type)
|
||||
* @param conv the type to check
|
||||
* @return True if it's a numeric type.
|
||||
*/
|
||||
static bool IsNumericType(VarType conv)
|
||||
static inline bool IsNumericType(VarType conv)
|
||||
{
|
||||
return GetVarMemType(conv) <= SLE_VAR_U64;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user