]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
Run grand replace for 2015.
[lilypond.git] / lily / book.cc
index a6750d78cbf7ac3e43c17bb0b26c8777341de437..8e63d889e09ab80cc51f7f3aba265364afd3e331 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 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
@@ -47,6 +47,7 @@ Book::Book ()
 }
 
 Book::Book (Book const &s)
+  : Smob<Book> ()
 {
   paper_ = 0;
   header_ = SCM_EOL;