summaryrefslogtreecommitdiff
path: root/server/src/macroparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macroparser.h')
-rw-r--r--server/src/macroparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroparser.h b/server/src/macroparser.h
index eaa5638..71ef911 100644
--- a/server/src/macroparser.h
+++ b/server/src/macroparser.h
@@ -50,7 +50,7 @@ public:
~MacroParser();
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);