summaryrefslogtreecommitdiff
path: root/src/instrumentparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrumentparser.cc')
-rw-r--r--src/instrumentparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrumentparser.cc b/src/instrumentparser.cc
index fdeb934..1445cbe 100644
--- a/src/instrumentparser.cc
+++ b/src/instrumentparser.cc
@@ -47,7 +47,7 @@ InstrumentParser::~InstrumentParser()
}
void InstrumentParser::startTag(std::string name,
- std::map< std::string, std::string> attr)
+ std::map<std::string, std::string> attr)
{
if(name == "instrument") {
if(attr.find("name") != attr.end())