summaryrefslogtreecommitdiff
path: root/server/src/templateparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/templateparser.h')
-rw-r--r--server/src/templateparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/templateparser.h b/server/src/templateparser.h
index 51e24a7..5b8302f 100644
--- a/server/src/templateparser.h
+++ b/server/src/templateparser.h
@@ -42,7 +42,7 @@ public:
~TemplateParser();
void characterData(std::string &data);
- void startTag(std::string name, std::map< std::string, std::string> attributes);
+ void startTag(std::string name, attributes_t &attr);
void endTag(std::string name);
void parseError(const char *buf, size_t len, std::string error, int lineno);