From ad5dba701a4047734d4d7431e423ba5cf994eb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 14 Aug 2014 19:30:35 -0700 Subject: [PATCH] Cleanup. --- include/bx/handlealloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/handlealloc.h b/include/bx/handlealloc.h index 1250f23..c692572 100644 --- a/include/bx/handlealloc.h +++ b/include/bx/handlealloc.h @@ -17,7 +17,7 @@ namespace bx public: static const uint16_t invalid = 0xffff; - BX_NO_INLINE HandleAllocT() + HandleAllocT() : m_numHandles(0) { for (uint16_t ii = 0; ii < MaxHandlesT; ++ii)