]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/word-wrap.hh
release: 1.2.8
[lilypond.git] / lily / include / word-wrap.hh
index 454fb14bd12d387c1716b49c867fc46217bf0ac2..b81751e20a970bc59bea84685e99bc4a5c38ed5e 100644 (file)
@@ -15,7 +15,6 @@
 /// wordwrap type algorithm: move to next line if current is optimal.
 struct Word_wrap : Break_algorithm {
     virtual Array<Column_x_positions> do_solve() const;
-    Word_wrap();
 };
 
 #endif // WORD_WRAP_HH