aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/EditorPanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/editor/EditorPanel.hpp')
-rw-r--r--src/game_tab/editor/EditorPanel.hpp3
1 files changed, 1 insertions, 2 deletions
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 <wx/listctrl.h>
#include <wx/notebook.h>
@@ -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;