From c9200c25e02b2ab5c1fc4461a4621d109e798350 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 20 Apr 2013 20:13:52 +0200 Subject: New 'instrument group' feature added. --- src/instrumentparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/instrumentparser.cc') 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 attr) { if(name == "instrument") { if(attr.find("name") != attr.end()) -- cgit v1.2.3