X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dc2984179d989f8774ea7ff6d72c81d376b5a2c..fa37e48043079fdf1a33c695c75f83706d59e46b:/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp b/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp index 92e1170e..89dd3883 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp @@ -22,12 +22,13 @@ #include "stg/users.h" #include "stg/user.h" -#include "stg/common.h" #include // strcasecmp using STG::PARSER::USER_INFO; +const char * USER_INFO::tag = "GetUserInfo"; + int USER_INFO::Start(void * /*data*/, const char *el, const char **attr) { if (strcasecmp(el, m_tag.c_str()) != 0)