From 5c3746562bafd61603c67958fc82ff097a69e3a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Feb 2014 12:49:08 +0300 Subject: Add missing const and static into other classes. --- 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 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 mSpells; std::vector mSpellsVector; -- cgit v1.2.3-70-g09d2