X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspacing-options.hh;h=7f52d458207448b2091cd6348ca55d11e95ad280;hb=a1f9375c70400bc4820921bd2ebbbb387a7dcf98;hp=0b2d30b6640c255360ab9af752e84c52e3801ef4;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/include/spacing-options.hh b/lily/include/spacing-options.hh index 0b2d30b664..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--2007 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 */