From: fred Date: Tue, 26 Mar 2002 21:50:47 +0000 (+0000) Subject: lilypond-1.1.52 X-Git-Tag: release/1.5.59~2387 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a5fcbc431a1e400a1f99633057119d39db339ef0;p=lilypond.git lilypond-1.1.52 --- diff --git a/lily/include/paper-outputter.hh b/lily/include/paper-outputter.hh index 847ae9ec12..8eeae2cf30 100644 --- a/lily/include/paper-outputter.hh +++ b/lily/include/paper-outputter.hh @@ -15,11 +15,18 @@ #include "string.hh" #include "lily-guile.hh" +#ifdef __powerpc__ +#include "protected-scm.hh" +#endif + /** Abstract interface for a Score_element to output itself. */ class Paper_outputter { +#ifdef __powerpc__ + Protected_scm port_; +#endif public: Paper_outputter (Paper_stream *); ~Paper_outputter ();