]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-column-engraver.cc
Doc-es: update Usage/Suggestions.
[lilypond.git] / lily / dot-column-engraver.cc
index 7064eafba3dc2ecaffe4c2c807c027f42bb476ef..c646ed038cde099d9169ff488e34e125c5a48081 100644 (file)
@@ -51,7 +51,7 @@ Dot_column_engraver::stop_translation_timestep ()
 void
 Dot_column_engraver::acknowledge_rhythmic_head (Grob_info info)
 {
-  Grob *d = Grob::unsmob (info.grob ()->get_object ("dot"));
+  Grob *d = unsmob<Grob> (info.grob ()->get_object ("dot"));
   if (d)
     {
       if (!dotcol_)