Commit 6ed209bb authored by Max Kellermann's avatar Max Kellermann

config/Param: make constructor "explicit"

parent fe85fa3b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment