X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3d0666c75bc51feb1ef512578e65c06a92c71cc8..22cb2560274e05e6490cf964cbbeb74a1991c642:/include/stg/corp_conf.h diff --git a/include/stg/corp_conf.h b/include/stg/corp_conf.h index d6cc2ebb..3810516d 100644 --- a/include/stg/corp_conf.h +++ b/include/stg/corp_conf.h @@ -6,7 +6,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;