]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
* configure.in (--enable-std-vector): New option.
[lilypond.git] / lily / include / beam.hh
index d7bccaead9e5195ebcfecaadcec2981814c5d7ee..c828ae46f393cdcb77602641d64b97eca9b15401 100644 (file)
@@ -73,9 +73,9 @@ public:
 static Real score_slopes_dy (Real, Real, Real, Real, Real, bool, Beam_quant_parameters const *);
 
   static Real score_stem_lengths (Link_array<Grob> const &stems,
-                                 Array<Stem_info> const &stem_infos,
-                                 Array<Real> const &base_stem_ys,
-                                 Array<Real> const &stem_xs,
+                                 std::vector<Stem_info> const &stem_infos,
+                                 std::vector<Real> const &base_stem_ys,
+                                 std::vector<Real> const &stem_xs,
                                  Real xl, Real xr,
                                  bool knee,
                                  Real yl, Real yr, Beam_quant_parameters const *);