X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fseparation-item.cc;h=4a9eec3ea6291915d455a046a39792fccf69d0b0;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=617c6fd4ebc9e25b641a2a83332f960e79d1427f;hpb=e1fd3df922e1382ca1a3be25204e28468d8dace1;p=lilypond.git diff --git a/lily/separation-item.cc b/lily/separation-item.cc index 617c6fd4eb..4a9eec3ea6 100644 --- a/lily/separation-item.cc +++ b/lily/separation-item.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Han-Wen Nienhuys + (c) 1998--2008 Han-Wen Nienhuys */ #include "separation-item.hh" @@ -146,7 +146,7 @@ Separation_item::boxes (Grob *me, Grob *left) y[UP] += extra_height[UP]; if (!x.is_empty () && !y.is_empty ()) - out.push_back (Box (x, y)); + out.push_back (Box (x, y)); } return out;