[Loader] Remove inline attribute
This commit is contained in:
parent
d7c26d6dea
commit
4ae2cc8040
@ -181,7 +181,7 @@ namespace Components
|
||||
return result;
|
||||
}
|
||||
|
||||
bool inline Loader::IsPerformingUnitTests()
|
||||
bool Loader::IsPerformingUnitTests()
|
||||
{
|
||||
#if defined(DEBUG) || defined(FORCE_UNIT_TESTS)
|
||||
return Flags::HasFlag("tests");
|
||||
|
Loading…
Reference in New Issue
Block a user