X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-mod.hh;h=81b1f34e36c47189b543eda186e84dbf66e6fb98;hb=3fc70e3e7dfb3c26cb3e5bb9dcabc87cc758c24d;hp=424f06a8ecdebe5b7fe8d1516798f07ae08a7b51;hpb=886093b9ffe6b0f1a4a9d7d02ec12242c85b3caa;p=lilypond.git diff --git a/lily/include/context-mod.hh b/lily/include/context-mod.hh index 424f06a8ec..81b1f34e36 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,9 +36,9 @@ */ struct Context_mod : public Simple_smob { - static SCM mark_smob (SCM); - static int print_smob (SCM, SCM, scm_print_state *); - static const char type_p_name_[]; + SCM mark_smob () const; + int print_smob (SCM, scm_print_state *) const; + static const char * const type_p_name_; private: SCM mods_; public: