X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fsource-file.hh;h=6686389289e3cc04909d7aff588a38a719115cc7;hb=6a7c432f7a33081e18cd4a911c459cc8c805e35d;hp=7647ce3830320132f58f97cad03190109880fe62;hpb=bf090c279f6f8e0ebbffc72d7ee435172dfaddc8;p=lilypond.git diff --git a/lily/include/source-file.hh b/lily/include/source-file.hh index 7647ce3830..6686389289 100644 --- a/lily/include/source-file.hh +++ b/lily/include/source-file.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2014 Jan Nieuwenhuizen + Copyright (C) 1999--2015 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,8 +38,8 @@ using namespace std; class Source_file : public Smob { public: - static int print_smob (SCM, SCM, scm_print_state *); - static SCM mark_smob (SCM); + int print_smob (SCM, scm_print_state *) const; + SCM mark_smob () const; static const char type_p_name_[]; virtual ~Source_file (); private: