X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=948dd09d75b50512bd8d4640110ec32d01a39aef;hb=0ce3e31fb6d24e40ecf45fc8d4d04df6f307a7db;hp=57bdf17c0278738cd7f31becdbd33636486ab959;hpb=9106e3bd374198c5457c35181ae1d66b3ec95236;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index 57bdf17c02..948dd09d75 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,7 +1,7 @@ /* breathing-sign.hh - Copyright (c) 1999--2005 Michael Krause + Copyright (c) 1999--2011 Michael Krause written for the GNU LilyPond music typesetter */ @@ -9,7 +9,8 @@ #ifndef BREATHING_SIGN_HH #define BREATHING_SIGN_HH -#include "lily-guile.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" class Grob; @@ -28,7 +29,7 @@ public: DECLARE_SCHEME_CALLBACK (finalis, (SCM)); DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element)); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif // BREATHING_SIGN_HH