aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/left_panel/GameTabLeftPanel.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 14:02:02 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 14:02:02 +0100
commit81d7a419624e79ec3fa6c4bcb52fccaa6004065b (patch)
tree5ec6cd8fee592e8e9feca9f140a8d722f03f4608 /src/game_tab/left_panel/GameTabLeftPanel.hpp
parentbf485fa577a76731f9eac97de3b0a647cd492e49 (diff)
Improve game tab left panel
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
-rw-r--r--src/game_tab/left_panel/GameTabLeftPanel.hpp3
1 files changed, 1 insertions, 2 deletions
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();