From 2134c91e8f9793d07206febf22d5310132f3bc7e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Dec 2017 02:03:48 +0300 Subject: Add missing explicit keyword in key.h --- src/input/key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-60-g2f50