X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsource-file.hh;h=223725f462f310b4204627fecf8a4d63457f1156;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=7647ce3830320132f58f97cad03190109880fe62;hpb=bf090c279f6f8e0ebbffc72d7ee435172dfaddc8;p=lilypond.git diff --git a/lily/include/source-file.hh b/lily/include/source-file.hh index 7647ce3830..223725f462 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 *); + SCM mark_smob (); static const char type_p_name_[]; virtual ~Source_file (); private: