From: fred Date: Sun, 24 Mar 2002 19:29:02 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5544 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb6ee328eab64e9d1ae476d1efaa6f82356cf71c;p=lilypond.git lilypond-0.0.26 --- diff --git a/src/wordwrap.cc b/src/wordwrap.cc index d0bfd5b74f..e390500d82 100644 --- a/src/wordwrap.cc +++ b/src/wordwrap.cc @@ -59,7 +59,7 @@ Word_wrap::solve() i++; } mtor << "Adding cols~, next breakpoint " << i << '\n'; - breaking.add(minimum); + breaking.push(minimum); } return breaking;