[Loader] Remove inline attribute

This commit is contained in:
momo5502 2017-07-12 11:37:23 +02:00
parent d7c26d6dea
commit 4ae2cc8040

View File

@ -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");