]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / break-align-interface.hh
index cfa651bb9d4c9e552450ead5f6ffb0e1290724dd..931e219965ddc43b0bd7f2e62e2fa3e13516ef09 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef BREAK_ALIGN_INTERFACE_HH
@@ -18,7 +18,7 @@ public:
   static bool has_interface (Grob *);
   static void add_element (Grob *me, Grob *add);
   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM element));
-  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (self_align_callback, (SCM element));
 };
 struct Break_aligned_interface
 {