From 4d48485d4ca1e882007998a4dd2ef2e3bf5daeed Mon Sep 17 00:00:00 2001 From: pythonology Date: Sun, 16 Jun 2019 01:12:11 -0400 Subject: [PATCH] util: Oops... fixed build error --- src/util/BitStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/BitStream.cpp b/src/util/BitStream.cpp index 112b733..0f37b0b 100644 --- a/src/util/BitStream.cpp +++ b/src/util/BitStream.cpp @@ -386,7 +386,7 @@ namespace ki m_position = position; } - void realign() + void BitStream::realign() { seek(stream_pos(tell().as_bytes(), 0), false); }