X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbook.hh;h=0a71a6b9e442a6901b82028d45c83ca09831a945;hb=2df973cc940e9bf1862579a80a2f94a009c8f621;hp=eb0a105f86d83196b32a0cdd8ed2f66ce57fe6e6;hpb=886093b9ffe6b0f1a4a9d7d02ec12242c85b3caa;p=lilypond.git diff --git a/lily/include/book.hh b/lily/include/book.hh index eb0a105f86..0a71a6b9e4 100644 --- a/lily/include/book.hh +++ b/lily/include/book.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,8 @@ class Book : public Smob { public: - static int print_smob (SCM, SCM, scm_print_state *); - static SCM mark_smob (SCM); - static const char type_p_name_[]; + SCM mark_smob () const; + static const char * const type_p_name_; virtual ~Book (); SCM header_; Output_def *paper_;