X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fdot-column.hh;h=65eb4c5a7559f19b3daa4bf3e8a73f0629dceb72;hb=94375d04f45b415ad705fd444fdb344416f116d9;hp=6bd445c4d443cbfda0e566c30b9f72f1b4c0a5a4;hpb=16cacae1942bf83ad3347ffa3fc53af3e9a81055;p=lilypond.git diff --git a/lily/include/dot-column.hh b/lily/include/dot-column.hh index 6bd445c4d4..65eb4c5a75 100644 --- a/lily/include/dot-column.hh +++ b/lily/include/dot-column.hh @@ -20,7 +20,7 @@ class Dot_column // interface public: static int compare (Grob * const&,Grob * const&); static void add_head (Grob * dotcol, Grob* rh ); - static void set_interface (Grob*); + static bool has_interface (Grob*); DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM ,SCM)); DECLARE_SCHEME_CALLBACK (side_position, (SCM ,SCM));