From: fred Date: Sun, 24 Mar 2002 19:50:09 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4331 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f35d17796aea1d24795172bf7e5a6a9840cf4479;p=lilypond.git lilypond-0.1.1 --- diff --git a/lily/include/word-wrap.hh b/lily/include/word-wrap.hh index b7b7d42cfa..6f16af30c8 100644 --- a/lily/include/word-wrap.hh +++ b/lily/include/word-wrap.hh @@ -15,7 +15,7 @@ /// wordwrap type algorithm: move to next line if current is optimal. struct Word_wrap : Break_algorithm { virtual Array do_solve()const; - Word_wrap(PScore&); + Word_wrap(); }; #endif // WORD_WRAP_HH