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