X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ae21e8d6ad32d0bf3517127aef5cd8129b7507aa..79ce57fb1209a4ad02f96aadb0c47e8162b9f007:/stglibs/srvconf.lib/parsers/chg_corp.cpp

diff --git a/stglibs/srvconf.lib/parsers/chg_corp.cpp b/stglibs/srvconf.lib/parsers/chg_corp.cpp
index dc884220..852fe8e1 100644
--- a/stglibs/srvconf.lib/parsers/chg_corp.cpp
+++ b/stglibs/srvconf.lib/parsers/chg_corp.cpp
@@ -29,12 +29,12 @@
 
 using namespace STG;
 
-std::string CHG_CORP::Serialize(const CORP_CONF_RES & conf)
+std::string CHG_CORP::Serialize(const CORP_CONF_RES & conf, const std::string & /*encoding*/)
 {
 std::ostringstream stream;
 
-appendResetable(stream, "name", conf.name);
-appendResetable(stream, "cash", conf.cash);
+appendResetableTag(stream, "name", conf.name);
+appendResetableTag(stream, "cash", conf.cash);
 
 return stream.str();
 }