From 82a4015692e630f36f94a55590c1b59b958c5a17 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Feb 2014 17:56:08 +0300 Subject: add missing const and static keywords. --- src/spellmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/spellmanager.h') diff --git a/src/spellmanager.h b/src/spellmanager.h index 9fb5da850..f2830edb6 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -70,10 +70,10 @@ class SpellManager final private: void fillSpells(); - void invokeSpell(const TextCommand *const spell, - const Being *const target) const; + static void invokeSpell(const TextCommand *const spell, + const Being *const target); - void invokeSpell(const TextCommand *const spell) const; + static void invokeSpell(const TextCommand *const spell); static std::string parseCommand(std::string command, const Being *const target) -- cgit v1.2.3-70-g09d2