From ca6c1b1e75e771e3bea596367e502b77dea2c3aa Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 26 Feb 2022 19:21:52 +0100 Subject: Improve engine support --- src/engine_tab/EngineTab.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/engine_tab/EngineTab.hpp') 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); } -- cgit v1.2.3