X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-turn-page-breaking.hh;h=93fdaceadaf8cdd9f66939f0b40fc5690dcf1f95;hb=750b714488c5af6eae22d07163bba8b554734ac6;hp=061ef8a0bf3f4a42d63c85c0213b656e27711bd6;hpb=cb0b407e567feca71cbc5f9479a06b266c69a26c;p=lilypond.git diff --git a/lily/include/page-turn-page-breaking.hh b/lily/include/page-turn-page-breaking.hh index 061ef8a0bf..93fdaceada 100644 --- a/lily/include/page-turn-page-breaking.hh +++ b/lily/include/page-turn-page-breaking.hh @@ -47,7 +47,7 @@ protected: vsize break_pos_; /* index into breaks_ */ Line_division div_; - std::vector system_count_; /* systems per page */ + vector system_count_; /* systems per page */ Break_node () { @@ -59,7 +59,7 @@ protected: } }; - std::vector state_; + vector state_; vsize total_page_count (Break_node const &b); Break_node put_systems_on_pages (vsize start, @@ -67,8 +67,8 @@ protected: vsize configuration, vsize page_number); - SCM make_lines (std::vector *breaks); - SCM make_pages (std::vector const &breaks, SCM systems); + SCM make_lines (vector *breaks); + SCM make_pages (vector const &breaks, SCM systems); void calc_subproblem (vsize i); void print_break_node (Break_node const &b);