X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fslur.hh;h=b20311785d2d1870c23075cc28e4645f4ea70c4d;hb=c2489f8f9f47b1740b361366c0b317a799c3a090;hp=d1f743ca8e2b51f34a8a50f3f358014a387ade0d;hpb=af07431d99e1b4d9deb0c3d13c80c77413b66bcd;p=lilypond.git diff --git a/lily/include/slur.hh b/lily/include/slur.hh index d1f743ca8e..b20311785d 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 &, vector &, vector &); DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM)); DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));