mirror of https://github.com/SeanOMik/libki.git
util: Oops... fixed build error
This commit is contained in:
parent
6a89e22a29
commit
4d48485d4c
|
@ -386,7 +386,7 @@ namespace ki
|
||||||
m_position = position;
|
m_position = position;
|
||||||
}
|
}
|
||||||
|
|
||||||
void realign()
|
void BitStream::realign()
|
||||||
{
|
{
|
||||||
seek(stream_pos(tell().as_bytes(), 0), false);
|
seek(stream_pos(tell().as_bytes(), 0), false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue