From bf21451f67091d12e8d1048e2035ca337ccaf0ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 19 Jul 2002 22:37:11 +0000 Subject: [PATCH] add a count to the actions enum --- util/epist/actions.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 71d20ce2..66d320b7 100644 --- a/util/epist/actions.hh +++ b/util/epist/actions.hh @@ -42,6 +42,8 @@ public: numberChain, cancel, + + NUM_ACTIONS }; private: -- 2.39.2