aboutsummaryrefslogtreecommitdiff
path: root/src/ochess.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-25 14:57:09 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-25 14:57:09 +0100
commit98488e899a750703562d868d734251cfe032e294 (patch)
tree9bd60859300f4d14f00e4c28d8f87e6a5396abb4 /src/ochess.hpp
parentcbcc455e339a6fec87f16369e450620ef7692a34 (diff)
Enable database export
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 3869d99..33e9f22 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, BASE,NONE } Type;
+ typedef enum Type { GAME, BASE, NONE } Type;
Type type;
TabInfos(Type type_) : type(type_) {}
virtual void ApplyPreferences() = 0;