From bdfc577a3b8c360d48c4d094d532786de44c5aed Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 24 Feb 2022 10:18:02 +0100 Subject: Start BaseTab design --- 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 687d44f..3869d99 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -50,7 +50,7 @@ void Abort(std::string msg); */ class TabInfos { public: - typedef enum Type { GAME, NONE } Type; + typedef enum Type { GAME, BASE,NONE } Type; Type type; TabInfos(Type type_) : type(type_) {} virtual void ApplyPreferences() = 0; -- cgit v1.2.3