summaryrefslogtreecommitdiff
path: root/src/spellmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r--src/spellmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h
index eb0396aaa..9af468505 100644
--- a/src/spellmanager.h
+++ b/src/spellmanager.h
@@ -45,7 +45,7 @@ class SpellManager final
TextCommand *createNewSpell() const A_WARN_UNUSED;
- const std::vector<TextCommand*> &getAll() const A_WARN_UNUSED;
+ const std::vector<TextCommand*> &getAll() const A_CONST A_WARN_UNUSED;
void useItem(const int itemId) const;