From: Dana Jansens Date: Fri, 12 Jul 2002 16:32:07 +0000 (+0000) Subject: add a size specifier to the enum X-Git-Tag: openbox-2_0_0~299 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=129f5655578f3118fbbf7d03e0b60fdcf9161474;p=dana%2Fopenbox.git 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 };