Branimir Karadžić hace 8 años
padre
commit
0cd43c5b5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);