X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-mod.hh;h=c9f0caa8fbb9c32228b28ae56a0df1c14ad37deb;hb=c6758d6d12e33779fc81218693d5650682d8a1ca;hp=72ad0a5e9fda69601b765fcb5f7e56d8150ba783;hpb=8cd6c7945283badb27640b3a0020808ace14a27a;p=lilypond.git diff --git a/lily/include/context-mod.hh b/lily/include/context-mod.hh index 72ad0a5e9f..c9f0caa8fb 100644 --- a/lily/include/context-mod.hh +++ b/lily/include/context-mod.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2010--2014 Reinhold Kainhofer + Copyright (C) 2010--2015 Reinhold Kainhofer LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,8 +36,8 @@ */ struct Context_mod : public Simple_smob { - SCM mark_smob (); - int print_smob (SCM, scm_print_state *); + SCM mark_smob () const; + int print_smob (SCM, scm_print_state *) const; static const char type_p_name_[]; private: SCM mods_;