diff options
Diffstat (limited to 'server/src/templateheaderparser.cc')
-rw-r--r-- | server/src/templateheaderparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/templateheaderparser.cc b/server/src/templateheaderparser.cc index 8b0f162..8698e05 100644 --- a/server/src/templateheaderparser.cc +++ b/server/src/templateheaderparser.cc @@ -94,7 +94,7 @@ TemplateHeaderParser::~TemplateHeaderParser() void TemplateHeaderParser::startTag(std::string name, std::map< std::string, std::string> attributes) { - // Create template and enable parsing of queries, maps and window + // Create template and enable parsing of queries, maps and widgets if(name == "template") { assert(!t); // A Template has already been allocated, cannot create template! t = new Template(); |