]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
release: 1.1.1
[lilypond.git] / lily / rhythmic-head.cc
index d4625e7c2b979d3a1461693d9a8aadea6061985c..b25b5ac950e20775e1862b507210e8298e74b58f 100644 (file)
@@ -52,7 +52,7 @@ void
 Rhythmic_head::do_substitute_dependent (Score_element*o,Score_element*n)
 {
   if (o == dots_l_)
-    dots_l_ = n ? (Dots*)dynamic_cast <Item *> (n) :0;
+    dots_l_ = n ? dynamic_cast<Dots *> (n) :0;
 }
 
 IMPLEMENT_IS_TYPE_B1(Rhythmic_head, Item);