add a count to the actions enum
This commit is contained in:
parent
1ed841ef2a
commit
bf21451f67
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ public:
|
||||||
numberChain,
|
numberChain,
|
||||||
|
|
||||||
cancel,
|
cancel,
|
||||||
|
|
||||||
|
NUM_ACTIONS
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue