]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / simple-spacer.cc
index 2eb545756fd5538f20ce5a47e44c1c7582af3017..e21cbbf0ef7db494d40704cbf5db3b230ed55066 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 = unsmob_grob (scm_caar (s));
+      Grob *other = Grob::unsmob (scm_caar (s));
       vsize j = binary_search (cols, other, Paper_column::less_than, col_index);
       if (j != VPOS)
         {