summaryrefslogtreecommitdiff
path: root/src/drumkitparser.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-03-31 18:00:18 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2016-03-31 18:00:18 +0200
commitc7aae008ad818f9cb453ce184673e0edf8ba4e58 (patch)
tree723c964c28032e7bb3f92c5eb2dd059bd8b2583a /src/drumkitparser.cc
parent9b5dae389051c8c9ea96c1f79b487169d19b46d8 (diff)
Fix build errors due to rebase.
Diffstat (limited to 'src/drumkitparser.cc')
-rw-r--r--src/drumkitparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drumkitparser.cc b/src/drumkitparser.cc
index 595cd41..3ba69c8 100644
--- a/src/drumkitparser.cc
+++ b/src/drumkitparser.cc
@@ -209,7 +209,7 @@ void DrumKitParser::endTag(const std::string& name)
if(c->num == NO_CHANNEL)
{
ERR(kitparser, "Missing channel '%s' in instrument '%s'\n",
- c->name.c_str(), i->name().c_str());
+ c->name.c_str(), i->getName().c_str());
}
else {
/*