diff options
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index bfeecbfa0..0f4814429 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -287,7 +287,7 @@ void SpellShortcutContainer::mouseMoved(gcn::MouseEvent &event) } // Hide SpellTooltip -void SpellShortcutContainer::mouseExited(gcn::MouseEvent &event _UNUSED_) +void SpellShortcutContainer::mouseExited(gcn::MouseEvent &event A_UNUSED) { mSpellPopup->setVisible(false); } |