X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-book.hh;h=9087fd7c177c4a4fb1dfebe231e6a2ce54544cc1;hb=57c350f45c7c18577bf81433373c5483e86ca54c;hp=1294dd144cde89dc3c26aadf9391dbd030e0e03d;hpb=45100b9336989d6b07c6fd79fe83908a3910ffdf;p=lilypond.git diff --git a/lily/include/paper-book.hh b/lily/include/paper-book.hh index 1294dd144c..9087fd7c17 100644 --- a/lily/include/paper-book.hh +++ b/lily/include/paper-book.hh @@ -58,10 +58,10 @@ public: protected: void classic_output_aux (SCM output, int *first_performance_number); - void output_aux (SCM output_channel, - bool is_last, - int *first_page_number, - int *first_performance_number); + int output_aux (SCM output_channel, + bool is_last, + int *first_page_number, + int *first_performance_number); }; DECLARE_UNSMOB (Paper_book, paper_book)