X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fdots.hh;h=df1d37289b131071289307697006df5788879c8e;hb=768509751fd13f169829b61f022cc578609a7add;hp=b73c55c07b26daf3537e4038238c9d85b93f4075;hpb=78e3fe9098599d8e4f00ea49a7d8873e07894c9a;p=lilypond.git diff --git a/lily/include/dots.hh b/lily/include/dots.hh index b73c55c07b..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)); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif // DOTS_HH