properly scope thse stl stuff please!
This commit is contained in:
parent
be77122bee
commit
a939bb6e41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue