Sdk/BaseSystem: Fix compilation with GCC

This commit is contained in:
Jérôme Leclercq
2016-11-08 12:28:12 +01:00
parent 7e5a9048e1
commit 4536ba768c

View File

@@ -69,7 +69,7 @@ namespace Ndk
*
* \see GetUpdateOrder
*/
inline void BaseSystem::SetUpdateOrder(int updateOrder)
void BaseSystem::SetUpdateOrder(int updateOrder)
{
m_updateOrder = updateOrder;