X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foutput-def.hh;h=8c188f2707872e0d8ea62bf8d5d71e41fca0b6bc;hb=90b609162de63ded6e3a85ac2ccf6f776f3a9f0f;hp=dc15ba9d0ffc178781377657090d0e127c615446;hpb=cba58043bdff70052f2bb411806f9e438380ae10;p=lilypond.git diff --git a/lily/include/output-def.hh b/lily/include/output-def.hh index dc15ba9d0f..8c188f2707 100644 --- a/lily/include/output-def.hh +++ b/lily/include/output-def.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -49,9 +49,9 @@ class Output_def : public Smob { public: - static int print_smob (SCM, SCM, scm_print_state *); - SCM mark_smob (); - static const char type_p_name_[]; + int print_smob (SCM, scm_print_state *) const; + SCM mark_smob () const; + static const char * const type_p_name_; virtual ~Output_def (); VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);