X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic-output.hh;h=208c01a831e9f2f2920dd5b1407e15aed4a76668;hb=9731b3d4f9eb2435451dc91124a02ea79ced1b29;hp=b9f99f2221318f87e5865b3df1c074fb08e8897e;hpb=00b9619cea1020f6773f23df8764ef85ee2912bf;p=lilypond.git diff --git a/lily/include/music-output.hh b/lily/include/music-output.hh index b9f99f2221..208c01a831 100644 --- a/lily/include/music-output.hh +++ b/lily/include/music-output.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 @@ -29,9 +29,9 @@ class Music_output : 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 ~Music_output (); private: DECLARE_CLASSNAME (Music_output);