]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:29:02 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:02 +0000 (19:29 +0000)
src/wordwrap.cc

index d0bfd5b74fd907c336105e179b1bc2fe32840fc6..e390500d82ee80eb6a795b9faa745740d34bcbb0 100644 (file)
@@ -59,7 +59,7 @@ Word_wrap::solve()
            i++;
        }
        mtor << "Adding cols~, next breakpoint " << i << '\n';
-       breaking.add(minimum);
+       breaking.push(minimum);
     }
     
     return breaking;