From 7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 13:02:27 +0100 Subject: Cleaning GUI files --- src/game_tab/editor/EditorPanel.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game_tab/editor/EditorPanel.hpp') diff --git a/src/game_tab/editor/EditorPanel.hpp b/src/game_tab/editor/EditorPanel.hpp index b0a00ce..3ab98a5 100644 --- a/src/game_tab/editor/EditorPanel.hpp +++ b/src/game_tab/editor/EditorPanel.hpp @@ -1,6 +1,5 @@ #include "../Game.hpp" #include "EditorCanvas.hpp" -#include "EditorPanelBF.h" #include "ochess.hpp" #include #include @@ -15,7 +14,7 @@ wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); // Foreign events wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); -class EditorPanel : public EditorPanelBF { +class EditorPanel : public TabGameRightPanel { Game *game; EditorCanvas *editor_canvas; long selected_item; -- cgit v1.2.3