]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/word-wrap.hh
release: 1.0.13
[lilypond.git] / lily / include / word-wrap.hh
index b7b7d42cfad8d027065d12ea0966bcea4f484543..0589f4643481923cd57593f136193c033671648f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,8 +14,8 @@
 
 /// wordwrap type algorithm: move to next line if current is optimal.
 struct Word_wrap : Break_algorithm {
-    virtual Array<Col_hpositions> do_solve()const;
-    Word_wrap(PScore&);
+    virtual Array<Column_x_positions> do_solve() const;
+    Word_wrap();
 };
 
 #endif // WORD_WRAP_HH