summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/epist/actions.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/epist/actions.hh b/util/epist/actions.hh
index e19c204b..ed96fe8f 100644
--- a/util/epist/actions.hh
+++ b/util/epist/actions.hh
@@ -19,6 +19,8 @@ enum ActionType {
keyChain,
numberChain,
- cancel
+ cancel,
+
+ NUM_ACTIONS
};