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,
|
||||
|
||||
cancel,
|
||||
|
||||
NUM_ACTIONS
|
||||
};
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue