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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp
index 2792bc6..c4e8a52 100644
--- a/src/engine_tab/EngineTab.hpp
+++ b/src/engine_tab/EngineTab.hpp
@@ -9,7 +9,8 @@ class EngineTab : public EngineTabBF, public TabInfos {
void InitConfiguration();
public:
- EngineTab(wxWindow *parent, std::string engine_path_or_name);
+ EngineTab(wxWindow *parent, uciadapter::UCI *engine,
+ std::string engine_path_or_name);
void ApplyPreferences() {}
void *GetGame() { return (NULL); }
void *GetBase() { return (NULL); }