Skip to content

Commit 3d8b3c9

Browse files
committed
Merge branch 'fix_52'
2 parents 4fcb6f8 + 62c71c4 commit 3d8b3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/BitStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@ namespace RakNet
20222022
}
20232023

20242024
template <class templateType>
2025-
BitStream& operator<<(BitStream& out, templateType& c)
2025+
BitStream& operator<<(BitStream& out, const templateType& c)
20262026
{
20272027
out.Write(c);
20282028
return out;

0 commit comments

Comments
 (0)