Codechange: replace static inline with static for non-class functions
This commit is contained in:
@@ -44,7 +44,7 @@ bool AddInflation(bool check_year = true);
|
||||
* Is the economy in recession?
|
||||
* @return \c True if economy is in recession, \c false otherwise.
|
||||
*/
|
||||
static inline bool EconomyIsInRecession()
|
||||
inline bool EconomyIsInRecession()
|
||||
{
|
||||
return _economy.fluct <= 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user