X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c1b9be104712ea200385bd4f7d76f185a2d76eb7..f7795445d9e0dd2282b336c89ebe117a2b71a88e:/projects/sgconf/corps.cpp diff --git a/projects/sgconf/corps.cpp b/projects/sgconf/corps.cpp index 97c3add0..82673377 100644 --- a/projects/sgconf/corps.cpp +++ b/projects/sgconf/corps.cpp @@ -32,7 +32,7 @@ std::cout << Indent(level, true) << "name: " << info.name << "\n" std::vector GetCorpParams() { std::vector params; -params.push_back({"cash", "", "\tcorporation's cash"}); +params.push_back(SGCONF::API_ACTION::PARAM("cash", "", "\tcorporation's cash")); return params; }