From 81d7a419624e79ec3fa6c4bcb52fccaa6004065b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 14:02:02 +0100 Subject: Improve game tab left panel --- src/game_tab/left_panel/GameTabLeftPanel.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp') diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp index 85b1e6e..d2ad3f1 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.hpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp @@ -7,9 +7,8 @@ // Foreign events wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); -enum { COPY_FEN_BTN = wxID_HIGHEST + 1, ZOOM_IN_BTN, ZOOM_OUT_BTN, SWAP_BTN }; -class GameTabLeftPanel : public wxPanel { +class GameTabLeftPanel : public TabGameLeftPanel { Game *game; BoardCanvas *board_canvas; void NotifyEditor(); -- cgit v1.2.3