Skip to content

Commit

Permalink
- remove left-over inline keyword (facebookarchive#130)
Browse files Browse the repository at this point in the history
- clarified changelog entry to not suggest that all compile errors were fixed (#220)
  • Loading branch information
Luke1410 committed Sep 3, 2019
1 parent 79311f3 commit cca394f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/include/slikenet/BitStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cca394f

Please sign in to comment.