]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-grouper-interface.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / staff-grouper-interface.cc
index d9c430f316823dc2670c81e23fa61c0ff6694188..0b0dcd38d2f5d88a242b3461f1616f762bb3ec9f 100644 (file)
@@ -41,7 +41,7 @@ Staff_grouper_interface::maybe_pure_within_group (Grob *me, Grob *child, bool pu
     if (Page_layout_problem::is_spaceable (*i)
         && ((pure && !Hara_kiri_group_spanner::request_suicide (*i, start, end))
             || (!pure && (*i)->is_live ())))
-      return me == unsmob_grob ((*i)->get_object ("staff-grouper"));
+      return me == Grob::unsmob ((*i)->get_object ("staff-grouper"));
 
   // If there was no spaceable, living child after me, I don't
   // count as within the group.