aboutsummaryrefslogtreecommitdiff
path: root/src/engine_tab/EngineTab.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine_tab/EngineTab.hpp')
-rw-r--r--src/engine_tab/EngineTab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp
index 0daa404..711c3c7 100644
--- a/src/engine_tab/EngineTab.hpp
+++ b/src/engine_tab/EngineTab.hpp
@@ -4,6 +4,7 @@
// Foreign event
wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent);
wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent);
+wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent);
class EngineTab : public TabEngine, public TabInfos {
uciadapter::UCI *engine;