X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=7f062799022df0a48370137288b9161d1bbaa071;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b040bf64cd32b4dcd67f2a6fbb36014e29e174d4;hpb=c659cb200486c2f908703696a1b2873e78c8160a;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index b040bf64cd..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--2004 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