]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
release: 1.3.54
[lilypond.git] / lily / stem-tremolo.cc
index 1bc5041b296c296706b33cad9002fd05710419b8..3da86edc036b9993f1828e9579d7ffa90ae10bea 100644 (file)
@@ -38,9 +38,9 @@ Stem_tremolo::stem_l ()const
 }
 
 Interval
-Stem_tremolo::dim_callback (Dimension_cache const *c) 
+Stem_tremolo::dim_callback (Score_element * se, Axis a)
 {
-  Stem_tremolo * s = dynamic_cast<Stem_tremolo*> (c->element_l ());
+  Stem_tremolo * s = dynamic_cast<Stem_tremolo*> (se);
   Real space = Staff_symbol_referencer_interface (s->stem_l ())
     .staff_space ();
   return Interval (-space, space);