]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / book.hh
index 7431b22dfbb3e0c2920ab962188771b1fffb2d5b..6b1c2bfb14ca48e7a60380fcab1b3b883d9e7601 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #include "virtual-methods.hh"
 #include "smobs.hh"
 
-class Book
+class Book : public Smob<Book>
 {
-  DECLARE_SMOBS (Book);
-
 public:
+  SCM mark_smob ();
+  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 */