X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-score.hh;h=3d4d5840e1f075481c8d20b060353c7bfca9f633;hb=57817ab4e80df96e604b50a766c23ebabf72fc66;hp=3a73bad21081b222060c1aa68b017c4137db610d;hpb=cb0b407e567feca71cbc5f9479a06b266c69a26c;p=lilypond.git diff --git a/lily/include/paper-score.hh b/lily/include/paper-score.hh index 3a73bad210..3d4d5840e1 100644 --- a/lily/include/paper-score.hh +++ b/lily/include/paper-score.hh @@ -31,9 +31,9 @@ class Paper_score : public Music_output SCM systems_; SCM paper_systems_; - mutable std::vector cols_; - mutable std::vector break_indices_; - mutable std::vector break_ranks_; + mutable vector cols_; + mutable vector break_indices_; + mutable vector break_ranks_; public: Paper_score (Output_def *); @@ -43,10 +43,10 @@ public: System *root_system () const; void typeset_system (System *); - std::vector calc_breaking (); - std::vector get_break_indices () const; - std::vector get_break_ranks () const; - std::vector get_columns () const; + vector calc_breaking (); + vector get_break_indices () const; + vector get_break_ranks () const; + vector get_columns () const; SCM get_paper_systems (); protected: void find_break_indices () const;