Skip to content

Commit 62c71c4

Browse files
committed
fixed #52
1 parent 1a16989 commit 62c71c4

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)