aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config/Param.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Param.hxx b/src/config/Param.hxx
index 66700044c..7f3737494 100644
--- a/src/config/Param.hxx
+++ b/src/config/Param.hxx
@@ -48,7 +48,7 @@ struct config_param {
*/
bool used;
- config_param(int _line=-1)
+ explicit config_param(int _line=-1)
:next(nullptr), line(_line), used(false) {}
gcc_nonnull_all