From 2376a7dbc01aeabef6f3b4e723f27225c5cf740c Mon Sep 17 00:00:00 2001 From: Kevin Boxhoorn Date: Wed, 5 Oct 2016 09:43:22 +1100 Subject: [PATCH] Make `isLocalGame` const --- cockatrice/src/tab_game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tab_game.h b/cockatrice/src/tab_game.h index 1cd40e42..213d5e92 100644 --- a/cockatrice/src/tab_game.h +++ b/cockatrice/src/tab_game.h @@ -111,7 +111,7 @@ private: QMap roomGameTypes; int hostId; int localPlayerId; - bool isLocalGame; + const bool isLocalGame; bool spectator; QMap players; QMap spectators;