X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cd64751cac4c56591bee9b0a9c2a626ce40e67db..82c7b78d7b7cf797f0663c96f44b092103802035:/stglibs/srvconf.lib/parser_check_user.cpp?ds=inline diff --git a/stglibs/srvconf.lib/parser_check_user.cpp b/stglibs/srvconf.lib/parser_check_user.cpp index b99a4390..8c150357 100644 --- a/stglibs/srvconf.lib/parser_check_user.cpp +++ b/stglibs/srvconf.lib/parser_check_user.cpp @@ -25,6 +25,8 @@ #include +using namespace STG; + PARSER_CHECK_USER::PARSER_CHECK_USER() : callback(NULL), data(NULL), @@ -32,7 +34,7 @@ PARSER_CHECK_USER::PARSER_CHECK_USER() { } //----------------------------------------------------------------------------- -int PARSER_CHECK_USER::ParseStart(const char *el, const char **attr) +int PARSER_CHECK_USER::ParseStart(const char * el, const char ** attr) { depth++; if (depth == 1)