X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1b2ab8e6d556a8ed30d4feadc72263b3f4c86665..95fbaf3fe639c84d7aab1d8c25cecdb9f8e7072a:/stglibs/srvconf.lib/parsers/simple.cpp?ds=inline

diff --git a/stglibs/srvconf.lib/parsers/simple.cpp b/stglibs/srvconf.lib/parsers/simple.cpp
index 89537f2c..4749c70f 100644
--- a/stglibs/srvconf.lib/parsers/simple.cpp
+++ b/stglibs/srvconf.lib/parsers/simple.cpp
@@ -24,10 +24,11 @@
 
 using namespace STG;
 
-SIMPLE::PARSER::PARSER(const std::string & t, CALLBACK f, void * d)
+SIMPLE::PARSER::PARSER(const std::string & t, CALLBACK f, void * d, const std::string & e)
     : tag(t),
       callback(f),
       data(d),
+      encoding(e),
       depth(0)
 {
 }