X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpercent-repeat-item.hh;h=fdc5e0b32f5c9428689522968baff83c24eda449;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=990a31873df92696d4ebbb3e4de45e8d67537e28;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/include/percent-repeat-item.hh b/lily/include/percent-repeat-item.hh index 990a31873d..fdc5e0b32f 100644 --- a/lily/include/percent-repeat-item.hh +++ b/lily/include/percent-repeat-item.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2007 Han-Wen Nienhuys + (c) 2001--2008 Han-Wen Nienhuys */ #ifndef PERCENT_REPEAT_ITEM_HH @@ -18,7 +18,7 @@ public: DECLARE_GROB_INTERFACE(); DECLARE_SCHEME_CALLBACK (beat_slash, (SCM)); DECLARE_SCHEME_CALLBACK (double_percent, (SCM)); - static Stencil x_percent (Grob *, int, Real, Real); + static Stencil x_percent (Grob *, int); static Stencil brew_slash (Grob *); };