]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-interface.cc
duh
[lilypond.git] / lily / axis-group-interface.cc
index 674ac1d32677f08a72b64303988ea2f3baaf6d32..4d734640edeaf8c63b116158ab6d1f2a064e6c17 100644 (file)
@@ -45,7 +45,7 @@ Axis_group_interface::relative_group_extent (Axis a, Grob *common, SCM elts)
     {
       Grob * se = unsmob_grob (ly_car (s));
       Interval dims = se->extent (common, a);
-      if (!dims.empty_b ())
+      if (!dims.is_empty ())
        r.unite (dims);
     }
   return r;