From bf9fc1de4c53a88a28be48dbf7cf4795199442d4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 Sep 2019 03:27:33 +0300 Subject: Add missing static keywords --- src/gui/shortcut/spellshortcut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/shortcut/spellshortcut.cpp') 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; } -- cgit v1.2.3-70-g09d2