X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foutput-def.hh;fp=lily%2Finclude%2Foutput-def.hh;h=1e572e6e3023f52ebbe7d0b678948551a89429fa;hb=886093b9ffe6b0f1a4a9d7d02ec12242c85b3caa;hp=e0091e3654b7aa016c100db6682f2cd5932dc0e3;hpb=b91616a79ea28aed15a3c7e9c801a843ae38753f;p=lilypond.git diff --git a/lily/include/output-def.hh b/lily/include/output-def.hh index e0091e3654..1e572e6e30 100644 --- a/lily/include/output-def.hh +++ b/lily/include/output-def.hh @@ -46,14 +46,14 @@ one coming from score at markup level) */ -class Output_def +class Output_def : public Smob { - public: + static int print_smob (SCM, SCM, scm_print_state *); + static SCM mark_smob (SCM); + virtual ~Output_def (); VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def); - DECLARE_SMOBS (Output_def); -public: SCM scope_; Output_def *parent_;