]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-engraver.cc
Doc: CG - updates to lily-git section
[lilypond.git] / lily / percent-repeat-engraver.cc
index 03bd86b9cf705a3553baa9fed787dc8b9430d1be..895e06981ec6483c1cfcdb7f1b460f41a625c52e 100644 (file)
@@ -73,7 +73,7 @@ Percent_repeat_engraver::start_translation_timestep ()
   if (now_mom ().main_part_ != command_moment_.main_part_)
     {
       first_command_column_
-        = Grob::unsmob (get_property ("currentCommandColumn"));
+        = unsmob<Grob> (get_property ("currentCommandColumn"));
       command_moment_ = now_mom ();
     }