]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
Implemented parser registry.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_user_info.cpp
index 92e1170e07e1b22147681db43ed38d215012cb35..a4a808d2aeb27458aca7a785474db494a5a22938 100644 (file)
@@ -28,6 +28,8 @@
 
 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)