]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
Implemented parser registry.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_message.cpp
index 2e41fcc9130102973116ed918420e904086be6bd..c93ac43764ec4b1aed02c2f5656270fa0483610a 100644 (file)
@@ -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)