diff options
Diffstat (limited to 'src/gui/shortcut')
-rw-r--r-- | src/gui/shortcut/spellshortcut.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/shortcut/spellshortcut.h b/src/gui/shortcut/spellshortcut.h index 694bf5fac..4342e082f 100644 --- a/src/gui/shortcut/spellshortcut.h +++ b/src/gui/shortcut/spellshortcut.h @@ -41,14 +41,14 @@ class SpellShortcut final /** * Destructor. */ - ~SpellShortcut(); + ~SpellShortcut() A_CONST; /** * Load the configuration information. */ void load(); - unsigned int getSpellsCount() const A_WARN_UNUSED; + unsigned int getSpellsCount() const A_CONST A_WARN_UNUSED; /** * Set the item that is selected. |