util: Oops... fixed build error

This commit is contained in:
pythonology 2019-06-16 01:12:11 -04:00
parent 6a89e22a29
commit 4d48485d4c
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ namespace ki
m_position = position;
}
void realign()
void BitStream::realign()
{
seek(stream_pos(tell().as_bytes(), 0), false);
}