add a size specifier to the enum

This commit is contained in:
Dana Jansens 2002-07-12 16:32:07 +00:00
parent 836d93624c
commit 129f565557

View file

@ -19,6 +19,8 @@ enum ActionType {
keyChain,
numberChain,
cancel
cancel,
NUM_ACTIONS
};