]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/word-wrap.hh
patch::: 1.2.12.jcn2
[lilypond.git] / lily / include / word-wrap.hh
index b7b7d42cfad8d027065d12ea0966bcea4f484543..b81751e20a970bc59bea84685e99bc4a5c38ed5e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,8 +14,7 @@
 
 /// 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;
 };
 
 #endif // WORD_WRAP_HH