diff options
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index c30fa645f..9fb5da850 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -75,9 +75,9 @@ class SpellManager final void invokeSpell(const TextCommand *const spell) const; - std::string parseCommand(std::string command, - const Being *const target) - const A_WARN_UNUSED; + static std::string parseCommand(std::string command, + const Being *const target) + A_WARN_UNUSED; std::map<unsigned int, TextCommand*> mSpells; std::vector<TextCommand*> mSpellsVector; |