From 54f958c8e5c99804d1e46c2fe6b3b5ef5cae3db6 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 29 Jan 2010 23:54:00 +0000 Subject: (svn r18954) -Fix (r18952): missing 'inline' --- src/saveload/saveload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload/saveload.h') diff --git a/src/saveload/saveload.h b/src/saveload/saveload.h index c3864c04f..0914a50ea 100644 --- a/src/saveload/saveload.h +++ b/src/saveload/saveload.h @@ -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; } -- cgit v1.2.3-54-g00ecf