From a9b9ed95f39cff40710e74ed81fdedee1cfad9e2 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 10 May 2023 10:49:31 +0200 Subject: Remove all warnings from source code --- src/game_tab/Game.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game_tab/Game.hpp') diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index d6e1582..94f49fc 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -11,12 +11,12 @@ */ class Game { /// @brief 64 char string that contains all the pieces on the board (used in BoardCanvas) + HalfMove *current; + HalfMove *moves; std::string board; std::string initial_fen; std::string result; std::unordered_map tags; - HalfMove *moves; - HalfMove *current; /// @brief Used by various methods of the class chessarbiter::ChessArbiter arbiter; -- cgit v1.2.3