git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes due to changes in API.
[stg.git]
/
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 92e1170e07e1b22147681db43ed38d215012cb35..a4a808d2aeb27458aca7a785474db494a5a22938 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp
@@
-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)