add a size specifier to the enum
This commit is contained in:
parent
836d93624c
commit
129f565557
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@ enum ActionType {
|
||||||
keyChain,
|
keyChain,
|
||||||
numberChain,
|
numberChain,
|
||||||
|
|
||||||
cancel
|
cancel,
|
||||||
|
|
||||||
|
NUM_ACTIONS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue