From 129f5655578f3118fbbf7d03e0b60fdcf9161474 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Jul 2002 16:32:07 +0000 Subject: [PATCH] add a size specifier to the enum --- util/epist/actions.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }; -- 2.39.2