]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/align-interface.hh
use generic typechecking macros.
[lilypond.git] / lily / include / align-interface.hh
index 273dbc660ccb18dec8cd388c205f9c0298b4eeaa..4f1d3491419a228a2604d6bf789345d82d8738d8 100644 (file)
@@ -3,15 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef ALIGN_INTERFACE_HH
 #define ALIGN_INTERFACE_HH
 
 #include "lily-proto.hh"
-#include "lily-guile.hh"
 #include "std-vector.hh"
+#include "grob-interface.hh"
 
 struct Align_interface
 {
@@ -27,7 +27,7 @@ struct Align_interface
   static void add_element (Grob *, Grob *);
   static int get_count (Grob *, Grob *);
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
   static Real get_pure_child_y_translation (Grob *, Grob *child, int start, int end);
 };