git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added missing include.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser_message.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
index 2e41fcc9130102973116ed918420e904086be6bd..c93ac43764ec4b1aed02c2f5656270fa0483610a 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
@@
-28,6
+28,8
@@
extern volatile time_t stgTime; // So sad...
using STG::PARSER::SEND_MESSAGE;
+const char * SEND_MESSAGE::tag = "Message";
+
int SEND_MESSAGE::Start(void *, const char *el, const char **attr)
{
if (strcasecmp(el, m_tag.c_str()) != 0)