summaryrefslogtreecommitdiff
path: root/src/instrumentparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrumentparser.h')
-rw-r--r--src/instrumentparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrumentparser.h b/src/instrumentparser.h
index 3fee916..a203444 100644
--- a/src/instrumentparser.h
+++ b/src/instrumentparser.h
@@ -43,7 +43,7 @@ public:
protected:
int readData(std::string& data, std::size_t size) override;
- virtual void startTag(const std::string& name, attr_t& attr) override;
+ virtual void startTag(const std::string& name, const attr_t& attr) override;
virtual void endTag(const std::string& name) override;
private: