summaryrefslogtreecommitdiffstats
path: root/src/web_service/announce_room_json.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web_service/announce_room_json.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/web_service/announce_room_json.h b/src/web_service/announce_room_json.h
index 811c76fbd..24ec29c65 100644
--- a/src/web_service/announce_room_json.h
+++ b/src/web_service/announce_room_json.h
@@ -22,8 +22,7 @@ public:
~RoomJson() = default;
void SetRoomInformation(const std::string& name, const std::string& description, const u16 port,
const u32 max_player, const u32 net_version, const bool has_password,
- const std::string& preferred_game,
- const u64 preferred_game_id) override;
+ const AnnounceMultiplayerRoom::GameInfo& preferred_game) override;
void AddPlayer(const AnnounceMultiplayerRoom::Member& member) override;
WebResult Update() override;
WebResult Register() override;