diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-24 12:46:59 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-24 12:46:59 +0100 |
| commit | 2d9730e216976103daea64a8df047d5f0dffd5f7 (patch) | |
| tree | 894454165b388167c077619c0a0388338c828c05 /src/ochess.hpp | |
| parent | 273610cb0f848fd99f9b9769f0d60b6e2df590ed (diff) | |
Update tab management system
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Game> GetGame() = 0; |
