Fix an include guard.
Issue spotted by Clang.
This commit is contained in:
parent
34b865832a
commit
84d5572ee8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef HOTKEY_MANAGER_HPP_INCLUDED
|
||||
#define HOTKEY_HANAGER_HPP_INCLUDED
|
||||
#define HOTKEY_MANAGER_HPP_INCLUDED
|
||||
|
||||
|
||||
/* The hotkey system allows hotkey definitions to be loaded from
|
||||
|
|
Loading…
Add table
Reference in a new issue