X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=7f062799022df0a48370137288b9161d1bbaa071;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b0cd786ef5f93eb90251c636dedf2743b60f7b44;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index b0cd786ef5..7f06279902 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,20 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Jan Nieuwenhuizen + (c) 1999--2008 Jan Nieuwenhuizen */ #ifndef CHORD_NAME_HH #define CHORD_NAME_HH #include "stencil.hh" - +#include "grob-interface.hh" class Chord_name { public: - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // CHORD_NAME_HH