diff options
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.h')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.h b/src/gui/widgets/spellshortcutcontainer.h index 81d6d5d73..de1572d1a 100644 --- a/src/gui/widgets/spellshortcutcontainer.h +++ b/src/gui/widgets/spellshortcutcontainer.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SPELLSHORTCUTCONTAINER_H -#define SPELLSHORTCUTCONTAINER_H +#ifndef GUI_WIDGETS_SPELLSHORTCUTCONTAINER_H +#define GUI_WIDGETS_SPELLSHORTCUTCONTAINER_H #include <guichan/mouselistener.hpp> @@ -87,4 +87,4 @@ class SpellShortcutContainer final : public ShortcutContainer bool mSpellClicked; }; -#endif +#endif // GUI_WIDGETS_SPELLSHORTCUTCONTAINER_H |