X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhorizontal-bracket.hh;h=4597c5e83a3f27f9ec254229bd19a538dfd68e0e;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=cb54b95a26988066dd57b7c3ee17c21d1f8d97c8;hpb=8347f6f06cd4c56d7a2d2ec482647afaaade1267;p=lilypond.git diff --git a/lily/include/horizontal-bracket.hh b/lily/include/horizontal-bracket.hh index cb54b95a26..4597c5e83a 100644 --- a/lily/include/horizontal-bracket.hh +++ b/lily/include/horizontal-bracket.hh @@ -3,15 +3,15 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #ifndef HORIZONTAL_BRACKET_HH #define HORIZONTAL_BRACKET_HH -#include "lily-guile.hh" #include "lily-proto.hh" #include "std-vector.hh" +#include "grob-interface.hh" struct Horizontal_bracket { @@ -20,7 +20,7 @@ struct Horizontal_bracket static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint, vector grobs, Axis a, Direction dir); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif /* HORIZONTAL_BRACKET_HH */