diff options
Diffstat (limited to 'src/gui/shortcut/spellshortcut.cpp')
-rw-r--r-- | src/gui/shortcut/spellshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shortcut/spellshortcut.cpp b/src/gui/shortcut/spellshortcut.cpp index cdf7d6656..5ef1d56da 100644 --- a/src/gui/shortcut/spellshortcut.cpp +++ b/src/gui/shortcut/spellshortcut.cpp @@ -57,7 +57,7 @@ void SpellShortcut::load() } } -unsigned int SpellShortcut::getSpellsCount() const +unsigned int SpellShortcut::getSpellsCount() { return SPELL_SHORTCUT_ITEMS; } |