diff options
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
| -rw-r--r-- | src/game_tab/left_panel/GameTabLeftPanel.hpp | 5 |
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); |
