From 1618113e61cce568e1efb091a8a600345fcf84ed Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 31 Jan 2023 10:26:40 +0100 Subject: Debug engine configuration --- src/engine_tab/EngineTab.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine_tab/EngineTab.hpp') diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp index 711c3c7..975ddf6 100644 --- a/src/engine_tab/EngineTab.hpp +++ b/src/engine_tab/EngineTab.hpp @@ -9,14 +9,14 @@ wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); class EngineTab : public TabEngine, public TabInfos { uciadapter::UCI *engine; std::string confGroup, enginePath; - std::string engineName; + std::uint32_t engine_id; void InitConfiguration(); void LoadConfiguration(); void RefreshItemList(); public: EngineTab(wxWindow *parent, uciadapter::UCI *engine, - std::string engine_path_or_name); - EngineTab(wxWindow *parent, std::string name); + std::string engine_path); + EngineTab(wxWindow *parent, std::uint32_t id); ~EngineTab(); void ApplyPreferences() {} std::shared_ptr GetGame() { return nullptr; } -- cgit v1.2.3