Browse Source

Fixed build.

Branimir Karadžić 8 years ago
parent
commit
05e550c2b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/common/entry/entry_osx.mm

+ 1 - 1
examples/common/entry/entry_osx.mm

@@ -66,7 +66,7 @@ namespace entry
 		int m_argc;
 		const char* const* m_argv;
 
-		static int32_t threadFunc(bx::Thread* _thread, void* _userData);
+		static int32_t threadFunc(bx::Thread* _thread, void* _userData)
 		{
 			BX_UNUSED(_thread);