Fixed typo.

This commit is contained in:
Branimir Karadžić
2016-01-18 21:04:42 -08:00
parent d605c9c4b0
commit d9571c1faf

View File

@@ -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;