X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/6c4d31bf18078de98e71575d4b032df303f23a3a..d8845c7819caac09b95c4cdf1e8d48cc1cb1b7a6:/include/stg/corp_conf.h diff --git a/include/stg/corp_conf.h b/include/stg/corp_conf.h index 9bbc03d3..5f941b95 100644 --- a/include/stg/corp_conf.h +++ b/include/stg/corp_conf.h @@ -28,7 +28,7 @@ struct CORP_CONF { CORP_CONF() : name(), cash(0) {} -CORP_CONF(const std::string & n) : name(n), cash(0) {} +explicit CORP_CONF(const std::string & n) : name(n), cash(0) {} CORP_CONF(const std::string & n, double c) : name(n), cash(c) {} std::string name;