Skip to content

Commit cca394f

Browse files
committed
- remove left-over inline keyword (facebookarchive#130)
- clarified changelog entry to not suggest that all compile errors were fixed (#220)
1 parent 79311f3 commit cca394f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/include/slikenet/BitStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ namespace SLNet
611611
/// can also be used to force coalesced bitstreams to start on byte
612612
/// boundaries so so WriteAlignedBits and ReadAlignedBits both
613613
/// calculate the same offset when aligning.
614-
inline void AlignReadToByteBoundary(void);
614+
void AlignReadToByteBoundary(void);
615615

616616
/// \brief Read \a numberOfBitsToRead bits to the output source.
617617
/// \details alignBitsToRight should be set to true to convert internal

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Core:
110110
* fixed incorrect delete in TeamManager::Clear() when using a custom allocator (#249)
111111
Building:
112112
General:
113-
* fixed compile errors when enabling IPv6 on Linux/OSX (#220)
113+
* fixed some compile errors when enabling IPv6 on Linux/OSX (#220)
114114
* fixed compile error when enabling OPENSSL on Linux/OSX (#273)
115115
CrashReporter:
116116
* fixed compile error when compiling in RAKNET_COMPATIBILITY mode (#223)

0 commit comments

Comments
 (0)