X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c1b9be104712ea200385bd4f7d76f185a2d76eb7..c00e81f9f50c4fe50ee32b02a689d68c9bc595b6:/projects/sgconf/services.cpp?ds=sidebyside diff --git a/projects/sgconf/services.cpp b/projects/sgconf/services.cpp index 7989de20..f5d73742 100644 --- a/projects/sgconf/services.cpp +++ b/projects/sgconf/services.cpp @@ -34,9 +34,9 @@ std::cout << Indent(level, true) << "name: " << info.name << "\n" std::vector GetServiceParams() { std::vector params; -params.push_back({"cost", "", "\tcost of the service"}); -params.push_back({"pay-day", "", "payment day"}); -params.push_back({"comment", "", "comment"}); +params.push_back(SGCONF::API_ACTION::PARAM("cost", "", "\tcost of the service")); +params.push_back(SGCONF::API_ACTION::PARAM("pay-day", "", "payment day")); +params.push_back(SGCONF::API_ACTION::PARAM("comment", "", "comment")); return params; }