X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbook.cc;h=8e63d889e09ab80cc51f7f3aba265364afd3e331;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=a6750d78cbf7ac3e43c17bb0b26c8777341de437;hpb=f5e923a6ce8cebb7ef893c03ce56aa5e598002c9;p=lilypond.git diff --git a/lily/book.cc b/lily/book.cc index a6750d78cb..8e63d889e0 100644 --- a/lily/book.cc +++ b/lily/book.cc @@ -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 @@ -47,6 +47,7 @@ Book::Book () } Book::Book (Book const &s) + : Smob () { paper_ = 0; header_ = SCM_EOL;