aboutsummaryrefslogtreecommitdiffstats
path: root/Token.h
diff options
context:
space:
mode:
Diffstat (limited to 'Token.h')
-rw-r--r--Token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Token.h b/Token.h
index f164e3fc..5039d5b5 100644
--- a/Token.h
+++ b/Token.h
@@ -168,7 +168,7 @@ namespace solidity
K(Switch, "switch", 0) \
K(Var, "var", 0) \
K(While, "while", 0) \
- \
+ K(Enum, "enum", 0) \
\
/* Ether subdenominations */ \
K(SubWei, "wei", 0) \