]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spacing-interface.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / spacing-interface.hh
index a0c77a8b6278d83565bda71ed91f32c11f796f15..b558ede709aa46f9a69ad54f9fc910c564c79938 100644 (file)
@@ -1,13 +1,15 @@
-/*   
+/*
   spacing-interface.hh -- declare Spacing_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c)  2002--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
 
-struct Spacing_interface {
-  static bool has_interface (Grob*);
+  (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
+#include "grob-interface.hh"
+#include "lily-proto.hh"
+
+struct Spacing_interface
+{
+  DECLARE_GROB_INTERFACE();
 };