summaryrefslogtreecommitdiff
path: root/server/src/macroheaderparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/macroheaderparser.h')
-rw-r--r--server/src/macroheaderparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macroheaderparser.h b/server/src/macroheaderparser.h
index a4bb8bc..9b41d0c 100644
--- a/server/src/macroheaderparser.h
+++ b/server/src/macroheaderparser.h
@@ -60,7 +60,7 @@ public:
/**
* Overloaded parser callback method.
*/
- void startTag(std::string name, std::map< std::string, std::string> attributes);
+ void startTag(std::string name, attributes_t &attr);
/**
* Overloaded parser callback method.