diff --git a/Source/include/slikenet/BitStream.h b/Source/include/slikenet/BitStream.h index d6f1b0d77..bb8dce28e 100644 --- a/Source/include/slikenet/BitStream.h +++ b/Source/include/slikenet/BitStream.h @@ -611,7 +611,7 @@ namespace SLNet /// can also be used to force coalesced bitstreams to start on byte /// boundaries so so WriteAlignedBits and ReadAlignedBits both /// calculate the same offset when aligning. - inline void AlignReadToByteBoundary(void); + void AlignReadToByteBoundary(void); /// \brief Read \a numberOfBitsToRead bits to the output source. /// \details alignBitsToRight should be set to true to convert internal diff --git a/changelog.txt b/changelog.txt index 20e9b1ed7..9443c8c50 100644 --- a/changelog.txt +++ b/changelog.txt @@ -110,7 +110,7 @@ Core: * fixed incorrect delete in TeamManager::Clear() when using a custom allocator (#249) Building: General: - * fixed compile errors when enabling IPv6 on Linux/OSX (#220) + * fixed some compile errors when enabling IPv6 on Linux/OSX (#220) * fixed compile error when enabling OPENSSL on Linux/OSX (#273) CrashReporter: * fixed compile error when compiling in RAKNET_COMPATIBILITY mode (#223)