projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836d936
)
add a size specifier to the enum
author
Dana Jansens
<danakj@orodu.net>
Fri, 12 Jul 2002 16:32:07 +0000
(16:32 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 12 Jul 2002 16:32:07 +0000
(16:32 +0000)
util/epist/actions.hh
patch
|
blob
|
history
diff --git
a/util/epist/actions.hh
b/util/epist/actions.hh
index e19c204bdcec833125fbb61b7f7d9ea5f9c967ba..ed96fe8fe62a9b72e84442d4cb947715d71f5bd9 100644
(file)
--- a/
util/epist/actions.hh
+++ b/
util/epist/actions.hh
@@
-19,6
+19,8
@@
enum ActionType {
keyChain,
numberChain,
- cancel
+ cancel,
+
+ NUM_ACTIONS
};