]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spacing-options.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / spacing-options.hh
index 0b2d30b6640c255360ab9af752e84c52e3801ef4..9a64f1c279af831457b516205ad4b66430960ce8 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006--2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -31,6 +31,6 @@ struct Spacing_options
   
   Spacing_options();
   void init_from_grob (Grob *me);
-  Real get_duration_space (Rational d, bool *) const;
+  Real get_duration_space (Rational d) const;
 };
 #endif /* SPACING_OPTIONS_HH */