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