]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:50:09 +0000 (19:50 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:50:09 +0000 (19:50 +0000)
lily/include/word-wrap.hh

index b7b7d42cfad8d027065d12ea0966bcea4f484543..6f16af30c8883ae53b417701a9adf5995b6c4b05 100644 (file)
@@ -15,7 +15,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&);
+    Word_wrap();
 };
 
 #endif // WORD_WRAP_HH