diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:00:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-21 18:00:14 +0300 |
commit | 436af5a6f710f93270eb62ddacfd64392612405c (patch) | |
tree | be50481b1d8bfb3ae70c329b994908113c115a18 /src/actions/actions.h | |
parent | 21f6509d7648f96c348b77babdca164cec2f0c61 (diff) | |
download | plus-436af5a6f710f93270eb62ddacfd64392612405c.tar.gz plus-436af5a6f710f93270eb62ddacfd64392612405c.tar.bz2 plus-436af5a6f710f93270eb62ddacfd64392612405c.tar.xz plus-436af5a6f710f93270eb62ddacfd64392612405c.zip |
Change actions namespace from ActionManager into Actions.
Diffstat (limited to 'src/actions/actions.h')
-rw-r--r-- | src/actions/actions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h index a1b7f3287..8aee7caf4 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -25,7 +25,7 @@ struct InputEvent; -namespace ActionManager +namespace Actions { decHandler(moveUp); decHandler(moveDown); @@ -125,7 +125,7 @@ namespace ActionManager decHandler(didYouKnowWindowShow); decHandler(questsWindowShow); decHandler(updaterWindowShow); -} // namespace ActionManager +} // namespace Actions #undef decHandler |