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:
be77122
)
properly scope thse stl stuff please!
author
Dana Jansens
<danakj@orodu.net>
Fri, 19 Jul 2002 22:41:48 +0000
(22:41 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 19 Jul 2002 22:41:48 +0000
(22:41 +0000)
util/epist/actions.hh
patch
|
blob
|
history
diff --git
a/util/epist/actions.hh
b/util/epist/actions.hh
index 531d54d21f3349a7db99ed8904f5ecd117c7b47e..9a7a60435340dc36b951e5b54f8228b2ffe19ebf 100644
(file)
--- a/
util/epist/actions.hh
+++ b/
util/epist/actions.hh
@@
-80,9
+80,9
@@
public:
inline const KeyCode keycode() const { return _keycode; }
inline const int modifierMask() const { return _modifierMask; }
- Action
::Action
(enum ActionType type, KeyCode keycode, int modifierMask);
+ Action(enum ActionType type, KeyCode keycode, int modifierMask);
};
-typedef list<Action> ActionList;
+typedef
std::
list<Action> ActionList;
#endif