]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer.cc
release: 1.1.1
[lilypond.git] / lily / performer.cc
index 7c5e541f82ecc3d2e42c4de10bbb28d601851601..449caf22bb486cc2de1c436eafbd99a6fb2f01f9 100644 (file)
@@ -30,6 +30,6 @@ Performer_group_performer*
 Performer::daddy_perf_l () const
 {
   return (daddy_trans_l_) 
-    ?(Performer_group_performer*) dynamic_cast <Performer *> (daddy_trans_l_)
+    ?dynamic_cast<Performer_group_performer *> (daddy_trans_l_)
     : 0;
 }