]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / clef.hh
index 2f78edb8229c705da3bbc0a21f44f6a575c6b709..6595fc468707432e152b3c695fbbf6845d77fa32 100644 (file)
@@ -9,14 +9,14 @@
 #ifndef CLEF_HH
 #define CLEF_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Clef
 {
   DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* CLEF_HH */