From a939bb6e41772ffd4fe75f0c73ae79db237ca979 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 19 Jul 2002 22:41:48 +0000 Subject: [PATCH] properly scope thse stl stuff please! --- util/epist/actions.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/epist/actions.hh b/util/epist/actions.hh index 531d54d2..9a7a6043 100644 --- 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 ActionList; +typedef std::list ActionList; #endif -- 2.39.2