X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fslur.hh;h=7656ff26e1bafd4879ec52e01fe0e33201c21d73;hb=cb0b407e567feca71cbc5f9479a06b266c69a26c;hp=ae85ac24d3c769253e98390535b880eb1d67e27c;hpb=1de3d397c18622b6061402fef18e625701712bc5;p=lilypond.git diff --git a/lily/include/slur.hh b/lily/include/slur.hh index ae85ac24d3..7656ff26e1 100644 --- a/lily/include/slur.hh +++ b/lily/include/slur.hh @@ -30,7 +30,7 @@ public: static void add_column (Grob *me, Grob *col); static void add_extra_encompass (Grob *me, Grob *col); static void replace_breakable_encompass_objects (Grob *me); - static void auxiliary_acknowledge_extra_object (Grob_info const &, vector &, vector &); + static void auxiliary_acknowledge_extra_object (Grob_info const &, std::vector &, std::vector &); DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM)); DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));