X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a7b9b4dfbeb7d84f1c393f7197b017a1e65192b4..84c7cad404a6073453edcb2045a57642d5744811:/stglibs/srvconf.lib/parsers/chg_admin.h?ds=sidebyside diff --git a/stglibs/srvconf.lib/parsers/chg_admin.h b/stglibs/srvconf.lib/parsers/chg_admin.h index 03da22c3..9fd38104 100644 --- a/stglibs/srvconf.lib/parsers/chg_admin.h +++ b/stglibs/srvconf.lib/parsers/chg_admin.h @@ -37,12 +37,12 @@ namespace CHG_ADMIN class PARSER: public STG::PARSER { public: - PARSER(CALLBACK f, void * data); + PARSER(SIMPLE::CALLBACK f, void * data); int ParseStart(const char * el, const char ** attr); void ParseEnd(const char * el); private: - CALLBACK callback; + SIMPLE::CALLBACK callback; void * data; int depth;