X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foptimal-page-breaking.hh;h=2c8545bcb038626c6b7f59f4aa797159698beb45;hb=2f38710a2b40a24977441aa7faa05b6ab132f3cf;hp=79e160055cad76c2c4e87d7dfe6bda76a175063a;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/include/optimal-page-breaking.hh b/lily/include/optimal-page-breaking.hh index 79e160055c..2c8545bcb0 100644 --- a/lily/include/optimal-page-breaking.hh +++ b/lily/include/optimal-page-breaking.hh @@ -5,7 +5,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Joe Neeman + (c) 2006--2009 Joe Neeman */ #ifndef OPTIMAL_PAGE_BREAKING_HH @@ -23,7 +23,7 @@ public: virtual ~Optimal_page_breaking (); private: - Spacing_result try_page_spacing (Line_division const&); + vector solve_chunk (vsize); }; #endif /* OPTIMAL_PAGE_BREAKING_HH */