X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/908dee0db9288bb455e9f1b68dd81ab50897a677..de7760b87ad8ca38954140a738d66a133f7021f0:/stglibs/srvconf.lib/parsers/simple.cpp 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) { }