diff options
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r-- | src/itemshortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 605eab205..f66895b6a 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -39,7 +39,7 @@ class ItemShortcut final /** * Constructor. */ - ItemShortcut(const int number); + explicit ItemShortcut(const int number); A_DELETE_COPY(ItemShortcut) |