From 05e550c2b22805324ac102ec991627297e7d45ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 4 Nov 2017 15:49:02 -0700 Subject: [PATCH] Fixed build. --- examples/common/entry/entry_osx.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/entry/entry_osx.mm b/examples/common/entry/entry_osx.mm index a31e711e0..ff309a347 100644 --- a/examples/common/entry/entry_osx.mm +++ b/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);