From 29f330f307e35acf9dba3a8456dec330ef578dd7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 19:30:23 +0100 Subject: Update tab management system --- src/ochess.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ochess.hpp') diff --git a/src/ochess.hpp b/src/ochess.hpp index 9b3bd3e..da9107b 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -52,6 +52,7 @@ public: bool is_linked; TabInfos(Type type_) : type(type_), id(tab_count), is_linked(false) { tab_count++; wxLogDebug("Tabid=%d",(int)id); } void Link(TabInfos *tab); + virtual void Refresh(){}; virtual void ApplyPreferences() = 0; virtual std::shared_ptr GetGame() = 0; virtual std::shared_ptr GetBase() = 0; -- cgit v1.2.3