From 2d9730e216976103daea64a8df047d5f0dffd5f7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 24 Dec 2022 12:46:59 +0100 Subject: Update tab management system --- src/ochess.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ochess.hpp') diff --git a/src/ochess.hpp b/src/ochess.hpp index 805de31..47e08e4 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -63,7 +63,7 @@ public: long linked_id; /// @brief Set to true if this tab is attach to another one (c.f linked_id) bool is_linked; - TabInfos(Type type_) : type(type_), id(tab_count), is_linked(false) { tab_count++; } + TabInfos(Type type_) : type(type_), id(tab_count), is_linked(false) { tab_count++; wxLogDebug("Tabid=%d",(int)id); } void Link(TabInfos *tab); virtual void ApplyPreferences() = 0; virtual std::shared_ptr GetGame() = 0; -- cgit v1.2.3