Sdk/BaseSystem: Fix compilation with GCC
This commit is contained in:
parent
7e5a9048e1
commit
4536ba768c
|
|
@ -69,7 +69,7 @@ namespace Ndk
|
|||
*
|
||||
* \see GetUpdateOrder
|
||||
*/
|
||||
inline void BaseSystem::SetUpdateOrder(int updateOrder)
|
||||
void BaseSystem::SetUpdateOrder(int updateOrder)
|
||||
{
|
||||
m_updateOrder = updateOrder;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue