X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fword-wrap.hh;h=0589f4643481923cd57593f136193c033671648f;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=7465c279e64873c3e18e18aedaee07465a6f12d4;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/include/word-wrap.hh b/lily/include/word-wrap.hh index 7465c279e6..0589f46434 100644 --- a/lily/include/word-wrap.hh +++ b/lily/include/word-wrap.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ @@ -14,7 +14,7 @@ /// wordwrap type algorithm: move to next line if current is optimal. struct Word_wrap : Break_algorithm { - virtual Array do_solve() const; + virtual Array do_solve() const; Word_wrap(); };