X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdots.hh;h=df1d37289b131071289307697006df5788879c8e;hb=955f7d961f7cca354a4c5d0bc6f36d157149f7e9;hp=a6b10298712fe45ff1ab109b726a28280bd0da38;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index a6b1029871..df1d37289b 100644 --- a/lily/include/dots.hh +++ b/lily/include/dots.hh @@ -3,20 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #ifndef DOTS_HH #define DOTS_HH #include "lily-proto.hh" -#include "lily-guile.hh" +#include "grob-interface.hh" class Dots { public: DECLARE_SCHEME_CALLBACK (print, (SCM)); - bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif // DOTS_HH