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, 2 insertions, 1 deletions
diff --git a/src/game_tab/editor/EditorPanel.hpp b/src/game_tab/editor/EditorPanel.hpp
index 8502c14..b0a00ce 100644
--- a/src/game_tab/editor/EditorPanel.hpp
+++ b/src/game_tab/editor/EditorPanel.hpp
@@ -1,9 +1,9 @@
#include "../Game.hpp"
#include "EditorCanvas.hpp"
+#include "EditorPanelBF.h"
#include "ochess.hpp"
#include <wx/listctrl.h>
#include <wx/notebook.h>
-#include "EditorPanelBF.h"
// Local events
wxDECLARE_EVENT(GOTO_MOVE_EVENT, wxCommandEvent);
@@ -36,5 +36,6 @@ public:
void OnDelete(wxCommandEvent &event);
void OnPreviousMove(wxCommandEvent &event);
void OnNextMove(wxCommandEvent &event);
+ void OnLiveAnalysis(wxCommandEvent &event);
void ApplyPreferences();
}; \ No newline at end of file