X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspacing-options.hh;h=7f52d458207448b2091cd6348ca55d11e95ad280;hb=c96dc4cfcb9ca9be790b4cca05f70538bbab9b05;hp=670f0e96f7c4f59304c44b3bfd2ed3015718acaf;hpb=83670be1cca069bfcd19abe4dc2abbeb2d3bba06;p=lilypond.git diff --git a/lily/include/spacing-options.hh b/lily/include/spacing-options.hh index 670f0e96f7..7f52d45820 100644 --- a/lily/include/spacing-options.hh +++ b/lily/include/spacing-options.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Han-Wen Nienhuys + (c) 2006--2009 Han-Wen Nienhuys */ @@ -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 */