diff options
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index ebda6ec40..e6f3aae7b 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -64,7 +64,7 @@ class SpellManager void fillSpells(); void invokeSpell(const TextCommand *const spell, - Being *const target) const; + const Being *const target) const; void invokeSpell(const TextCommand *const spell) const; |