]> Dogcows Code - chaz/openbox/commitdiff
properly scope thse stl stuff please!
authorDana Jansens <danakj@orodu.net>
Fri, 19 Jul 2002 22:41:48 +0000 (22:41 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 19 Jul 2002 22:41:48 +0000 (22:41 +0000)
util/epist/actions.hh

index 531d54d21f3349a7db99ed8904f5ecd117c7b47e..9a7a60435340dc36b951e5b54f8228b2ffe19ebf 100644 (file)
@@ -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
This page took 0.023614 seconds and 4 git commands to generate.