summaryrefslogtreecommitdiff
path: root/network_gamelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_gamelist.c')
-rw-r--r--network_gamelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_gamelist.c b/network_gamelist.c
index 6aa4cc90e..63856a9bf 100644
--- a/network_gamelist.c
+++ b/network_gamelist.c
@@ -65,7 +65,7 @@ NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port)
return item;
}
-void NetworkGameListAddQueriedItem(NetworkGameInfo *info, bool server_online)
+void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online)
{
// We queried a server and now we are going to add it to the list
NetworkGameList *item;