X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Foutput-def.cc;h=e277a00534513f8cddb7460da4b6afc86bd954bc;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=b58feaea6c588c6141c6d67f5e39a4aa87566994;hpb=958e95822083954cad00e0a598eb9f12ceba67b9;p=lilypond.git diff --git a/lily/output-def.cc b/lily/output-def.cc index b58feaea6c..e277a00534 100644 --- a/lily/output-def.cc +++ b/lily/output-def.cc @@ -17,13 +17,12 @@ along with LilyPond. If not, see . */ -#include "output-def.hh" - #include "context-def.hh" #include "file-path.hh" #include "global-context.hh" #include "international.hh" #include "interval.hh" +#include "ly-module.hh" #include "main.hh" #include "output-def.hh" #include "scm-hash.hh" @@ -63,7 +62,7 @@ Output_def::~Output_def () SCM -Output_def::mark_smob () +Output_def::mark_smob () const { /* FIXME: why is this necessary? all paper_ should be protected by themselves. */ @@ -95,7 +94,7 @@ find_context_def (Output_def const *m, SCM name) } int -Output_def::print_smob (SCM p, scm_print_state *) +Output_def::print_smob (SCM p, scm_print_state *) const { scm_puts ("#< ", p); scm_puts (class_name (), p);