]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
coverage fixes.
[lilypond.git] / lily / include / separating-group-spanner.hh
index 8fe978547de79b5ba98ffb8a287c20e346b7a7ad..1419d539718cb0e159eb6c1e25168a2ccbfd96ec 100644 (file)
@@ -3,24 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SEPARATING_GROUP_SPANNER_HH
 #define SEPARATING_GROUP_SPANNER_HH
 
-#include "spanner.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Separating_group_spanner
 {
   static void find_rods (Item *,
-                        Link_array<Grob> const &separators,
-                        int idx,
+                        vector<Grob*> const &separators,
+                        vsize idx,
                         Real);
 public:
   static void add_spacing_unit (Grob *me, Item *);
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 };