X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=c140bfd1b42a7df0d5014fd0e831908fb87f42bf;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=acff1ea3cbbc6fffc06dbaaeb096a7969ba4af05;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index acff1ea3cb..c140bfd1b4 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--2015 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; @@ -26,9 +27,9 @@ public: DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM)); DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM)); DECLARE_SCHEME_CALLBACK (finalis, (SCM)); - DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element, SCM axis)); + DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element)); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE (); }; #endif // BREATHING_SIGN_HH