X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsemi-tie.hh;h=35524e7b236cde335e30d81c18c5eeec947099cb;hb=62a502b7a020a0414058b7bfda405f644e8261f5;hp=ec63c627ef3aee49bd2a388fc137469ade4448c9;hpb=621e5fb6a5c3cb67c46082e561cffad691ead30c;p=lilypond.git diff --git a/lily/include/semi-tie.hh b/lily/include/semi-tie.hh index ec63c627ef..35524e7b23 100644 --- a/lily/include/semi-tie.hh +++ b/lily/include/semi-tie.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 Han-Wen Nienhuys */ @@ -12,11 +12,11 @@ #include "grob-interface.hh" -#include "lily-guile.hh" +#include "lily-proto.hh" struct Semi_tie { - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); DECLARE_SCHEME_CALLBACK (calc_direction, (SCM)); DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));