diff options
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 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; |
