]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
release: 1.1.1
[lilypond.git] / lily / tie.cc
index 002c5e969478b3a621020b89d283840d4b2e1709..1bf3a9640e42e7e82b2420935d4bb3137d0e3577 100644 (file)
@@ -151,7 +151,7 @@ Tie::do_post_processing()
 void
 Tie::do_substitute_dependency (Score_element*o, Score_element*n)
 {
-  Note_head *new_l =n?(Note_head*)dynamic_cast <Item *> (n):0;
+  Note_head *new_l =n?dynamic_cast<Note_head *> (n):0;
   if (dynamic_cast <Item *> (o) == head_l_drul_[LEFT])
     head_l_drul_[LEFT] = new_l;
   else if (dynamic_cast <Item *> (o) == head_l_drul_[RIGHT])