X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbook.hh;h=3ea6c2c550b0346db2e77d88903df91735c6a2b4;hb=48c0f8c8843785c20f84bd113c6dea1a0c95a70c;hp=efbc3deb00b063725a5721992ae0e1956c85b779;hpb=40aac0ae57ee113faa860ba221d83d9e6312173e;p=lilypond.git diff --git a/lily/include/book.hh b/lily/include/book.hh index efbc3deb00..3ea6c2c550 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 @@ -26,11 +26,12 @@ #include "virtual-methods.hh" #include "smobs.hh" -class Book +class Book : public Smob { - DECLARE_SMOBS (Book); - public: + SCM mark_smob () const; + static const char type_p_name_[]; + virtual ~Book (); SCM header_; Output_def *paper_; SCM scores_; @@ -62,6 +63,5 @@ protected: Output_def *layout); }; -DECLARE_UNSMOB (Book, book); #endif /* BOOK_HH */