]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
Issue 4422/7: Documentation fixes and Changelog
[lilypond.git] / lily / simple-spacer.cc
index ada16593aa7e6b1441360413f714cc58d2a1afc5..271c1521c5e7d667fd55e950bffd4c68bfffce46 100644 (file)
@@ -380,7 +380,7 @@ get_column_description (vector<Grob *> const &cols, vsize col_index, bool line_s
   for (SCM s = Spaceable_grob::get_minimum_distances (col);
        scm_is_pair (s); s = scm_cdr (s))
     {
-      Grob *other = Grob::unsmob (scm_caar (s));
+      Grob *other = unsmob<Grob> (scm_caar (s));
       vsize j = binary_search (cols, other, Paper_column::less_than, col_index);
       if (j != VPOS)
         {