From: Dana Jansens Date: Fri, 12 Jul 2002 16:32:07 +0000 (+0000) Subject: add a size specifier to the enum X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=129f5655578f3118fbbf7d03e0b60fdcf9161474;p=chaz%2Fopenbox add a size specifier to the enum --- 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 };