File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ Core:
110110 * fixed incorrect delete in TeamManager::Clear() when using a custom allocator (#249)
111111Building:
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)
You can’t perform that action at this time.
0 commit comments