]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-performer.cc
Run fixcc + astyle2.02.1
[lilypond.git] / lily / staff-performer.cc
index 77dc986cfe8dd4fed779c32da03d8c57e0ee523d..31f3af6176ef91189a924c449e0fb3d7e57b4eb1 100644 (file)
@@ -245,7 +245,7 @@ int
 Staff_performer::get_channel (string instrument)
 {
   SCM channel_mapping = get_property ("midiChannelMapping");
-  map<string, int>channel_map
+  map<string, int> &channel_map
     = (channel_mapping != ly_symbol2scm ("instrument"))
       ? channel_map_
       : static_channel_map_;