Fix linux build

This commit is contained in:
Damian Korczowski
2021-07-01 22:58:45 +02:00
parent 2f9147c36c
commit 15b14349f9
5 changed files with 5 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ bool NetworkPeer::EndSendMessage(const NetworkChannelType channelType, const Net
return false;
}
bool NetworkPeer::EndSendMessage(const NetworkChannelType channelType, const NetworkMessage& message, Array<NetworkConnection>& targets)
bool NetworkPeer::EndSendMessage(const NetworkChannelType channelType, const NetworkMessage& message, const Array<NetworkConnection>& targets)
{
ASSERT(message.IsValid());