aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/left_panel/GameTabLeftPanel.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-01 19:05:15 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-01 19:05:15 +0100
commitbbf3282839eb9efe57b1451763ef0859198c33af (patch)
tree38a388bb23d9cf7dbc2b768c0613557a66419cda /src/game_tab/left_panel/GameTabLeftPanel.hpp
parent4e85af5e08b86fb32d6698836f3a227bc6f086b3 (diff)
Update Game tab
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
-rw-r--r--src/game_tab/left_panel/GameTabLeftPanel.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp
index 5073e9c..359b815 100644
--- a/src/game_tab/left_panel/GameTabLeftPanel.hpp
+++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp
@@ -11,10 +11,9 @@ wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent);
class GameTabLeftPanel : public TabGameLeftPanel {
std::shared_ptr<Game> game;
BoardCanvas *board_canvas;
- std::string last_absolute_move;
bool repeat;
- HalfMove *last_move;
-
+ std::string last_absolute_move;
+
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);
void Notify(bool skip_animation=false);