summaryrefslogtreecommitdiff
path: root/src/instrumentparser.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-04-20 20:13:52 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-04-20 20:13:52 +0200
commitc9200c25e02b2ab5c1fc4461a4621d109e798350 (patch)
tree6fca342d86d9e0839ae02bc66b3476f59a29eec7 /src/instrumentparser.cc
parent180d70312335d7274eff605e3ec4c1af5879daa4 (diff)
New 'instrument group' feature added.
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())