summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/key.h b/src/input/key.h
index 58c594f36..cc35260af 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.
*/
- explicit Key(const int value = 0);
+ Key(const int value);
A_DEFAULT_COPY(Key)