X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faxis-group-interface.hh;h=61239d372e7dda4b14c14eed42c09c55a09a43b0;hb=7e72a1e50e94a7f9738d62599de79fe7745f600c;hp=869361f64bb8f570bfbcca4b61a78be1ff60c802;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/axis-group-interface.hh b/lily/include/axis-group-interface.hh index 869361f64b..61239d372e 100644 --- a/lily/include/axis-group-interface.hh +++ b/lily/include/axis-group-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2001 Han-Wen Nienhuys + (c) 2000--2004 Han-Wen Nienhuys */ @@ -17,7 +17,7 @@ */ struct Axis_group_interface { - DECLARE_SCHEME_CALLBACK(group_extent_callback, (SCM smob, SCM axis)); + DECLARE_SCHEME_CALLBACK (group_extent_callback, (SCM smob, SCM axis)); static Interval relative_group_extent (Axis, Grob * common, SCM list); static void add_element (Grob* me, Grob*); @@ -25,7 +25,7 @@ struct Axis_group_interface static bool axis_b (Grob*,Axis); static Link_array get_children (Grob*); static bool has_interface (Grob*); - static void set_interface (Grob*); + };