X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/33fec29ae92cd185c013516dc4f29df773c375eb..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/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;