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