From a762c0f8f84f01bf44209aa7f20b573061f328ea Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 24 Mar 2024 10:24:31 -0700 Subject: [PATCH] make prev battle record const --- src/Client.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.hh b/src/Client.hh index c08590e7..48168e9a 100644 --- a/src/Client.hh +++ b/src/Client.hh @@ -217,7 +217,7 @@ public: uint16_t card_battle_table_seat_number; uint16_t card_battle_table_seat_state; std::weak_ptr ep3_tournament_team; - std::shared_ptr ep3_prev_battle_record; + std::shared_ptr ep3_prev_battle_record; std::shared_ptr last_menu_sent; uint32_t last_game_info_requested; struct JoinCommand {