From d9571c1fafac343b171c4cbaed13c14fd7d3caa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 18 Jan 2016 21:04:42 -0800 Subject: [PATCH] Fixed typo. --- 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 d947256..7b10209 100644 --- a/include/bx/handlealloc.h +++ b/include/bx/handlealloc.h @@ -253,7 +253,7 @@ namespace bx } private: - void insertBefore(int16_t _before, uint16_t _handle) + void insertBefore(uint16_t _before, uint16_t _handle) { Link& curr = m_links[_handle]; curr.m_next = _before;