diff options
Diffstat (limited to 'src/input/key.h')
-rw-r--r-- | src/input/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/key.h b/src/input/key.h index cc35260af..4d3297141 100644 --- a/src/input/key.h +++ b/src/input/key.h @@ -84,7 +84,7 @@ class Key final * * @param value The ascii or enum value for the key. */ - Key(const int value); + explicit Key(const int value); A_DEFAULT_COPY(Key) |