]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-collision.hh
(SCM_VECTOR_P): Compile fix.
[lilypond.git] / lily / include / note-collision.hh
index f15b950be037d0e676ba2d07b5eba04a070cc1a0..a5f803b2a0a7cb6c7c8aab1b86b542307be778ac 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -12,8 +12,6 @@
 
 #include "lily-proto.hh"
 #include "lily-guile.hh"
-
-#include "drul-array.hh"
 #include "parray.hh"
 
 /**
@@ -36,7 +34,7 @@ public:
   static Drul_array< Link_array <Grob>  > get_clash_groups (Grob *me);
   DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM element, SCM axis));
   static void do_shifts (Grob*);
-  static void add_column (Grob*me,Grob*ncol_l);
+  static void add_column (Grob*me,Grob*ncol);
   static bool has_interface(Grob*);
 };
 #endif // COLLISION_HH