mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed typo.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user