]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column-engraver.hh
* flower/include/std-string.hh:
[lilypond.git] / lily / include / paper-column-engraver.hh
index ef0fc75363cb5e6e1c2cb0594f0713565fe01ec0..c35a6a2e51d1282c590036b377d570e525775ff3 100644 (file)
@@ -34,7 +34,7 @@ protected:
   int breaks_;                 // used for stat printing
   Paper_column *command_column_;
   Paper_column *musical_column_;
-  Link_array__Item_ items_;
+  vector<Item*> items_;
   bool first_;
   Moment last_moment_;
 public: