]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/word-wrap.hh
release: 1.0.1
[lilypond.git] / lily / include / word-wrap.hh
index 7465c279e64873c3e18e18aedaee07465a6f12d4..0589f4643481923cd57593f136193c033671648f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,7 +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;
+    virtual Array<Column_x_positions> do_solve() const;
     Word_wrap();
 };