]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gourlay-breaking.hh
* scm/paper-system.scm (paper-system-annotate): also annotate the
[lilypond.git] / lily / include / gourlay-breaking.hh
index 9d0e841824bdaa58dc2277c3bb8c1e18e1378e26..34a92f8dea2ac632e19f0e20c1962bf4449cddfd 100644 (file)
@@ -16,7 +16,7 @@
 */
 struct Gourlay_breaking : public Break_algorithm
 {
-  std::vector<Column_x_positions> do_solve () const;
+  vector<Column_x_positions> solve ();
   Gourlay_breaking ();
   Real combine_demerits (Column_x_positions const &, Column_x_positions const &) const;
 };