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