X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frest-collision.hh;h=bf14845c4dc0310d3a8a4c5332e3db7cc865531f;hb=1c5b28defa29c019a3d2038bf4b19ed215ec2d87;hp=d58bebf0f48fdb90f64d504d923eb3c47375dfda;hpb=df4a7c4a55148e065d878dcc2f7e09ac27ea9c32;p=lilypond.git diff --git a/lily/include/rest-collision.hh b/lily/include/rest-collision.hh index d58bebf0f4..bf14845c4d 100644 --- a/lily/include/rest-collision.hh +++ b/lily/include/rest-collision.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ @@ -20,9 +20,9 @@ class Rest_collision { public: static void add_column (Grob*me,Grob*); - static void set_interface (Grob*me); + static bool has_interface (Grob*); - DECLARE_SCHEME_CALLBACK(force_shift_callback, (SCM element, SCM axis)); - static SCM do_shift (Grob*,SCM); + DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM element, SCM axis)); + static SCM do_shift (Grob*); }; #endif // REST_COLLISION_HH