]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/parsers/chg_user.cpp
Use single simple parser for one-tag answers.
[stg.git] / stglibs / srvconf.lib / parsers / chg_user.cpp
index f05c21fdb385d59407f4ce428f439ccdd728f2c0..a656c287b0bb0154af2ef8ce1cc750c7172a3836 100644 (file)
@@ -25,7 +25,7 @@
 
 using namespace STG;
 
-CHG_USER::PARSER::PARSER(CALLBACK f, void * d)
+CHG_USER::PARSER::PARSER(SIMPLE::CALLBACK f, void * d)
     : callback(f),
       data(d),
       depth(0)