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
611
611
// / can also be used to force coalesced bitstreams to start on byte
612
612
// / boundaries so so WriteAlignedBits and ReadAlignedBits both
613
613
// / calculate the same offset when aligning.
614
- inline void AlignReadToByteBoundary (void );
614
+ void AlignReadToByteBoundary (void );
615
615
616
616
// / \brief Read \a numberOfBitsToRead bits to the output source.
617
617
// / \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:
110
110
* fixed incorrect delete in TeamManager::Clear() when using a custom allocator (#249)
111
111
Building:
112
112
General:
113
- * fixed compile errors when enabling IPv6 on Linux/OSX (#220)
113
+ * fixed some compile errors when enabling IPv6 on Linux/OSX (#220)
114
114
* fixed compile error when enabling OPENSSL on Linux/OSX (#273)
115
115
CrashReporter:
116
116
* fixed compile error when compiling in RAKNET_COMPATIBILITY mode (#223)
You can’t perform that action at this time.
0 commit comments