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

@@ -149,7 +149,7 @@ public:
/// This function automatically recycles the message.
/// </remarks>
API_FUNCTION()
bool EndSendMessage(NetworkChannelType channelType, const NetworkMessage& message, Array<NetworkConnection, HeapAllocation>& targets);
bool EndSendMessage(NetworkChannelType channelType, const NetworkMessage& message, const Array<NetworkConnection, HeapAllocation>& targets);
public:
/// <summary>