X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdot-column.hh;h=dc30f42c91d12a8d0f5561213b1fc392d0ebc956;hb=7e72a1e50e94a7f9738d62599de79fe7745f600c;hp=65eb4c5a7559f19b3daa4bf3e8a73f0629dceb72;hpb=94375d04f45b415ad705fd444fdb344416f116d9;p=lilypond.git diff --git a/lily/include/dot-column.hh b/lily/include/dot-column.hh index 65eb4c5a75..dc30f42c91 100644 --- a/lily/include/dot-column.hh +++ b/lily/include/dot-column.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2001 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ @@ -24,6 +24,6 @@ public: static bool has_interface (Grob*); DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM ,SCM)); DECLARE_SCHEME_CALLBACK (side_position, (SCM ,SCM)); - static SCM do_shifts (SCM dotlist); + static SCM do_shifts (Grob*); }; #endif // DOT_COLUMN_HH