aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ochess.hpp')
-rw-r--r--src/ochess.hpp2
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;