X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbook-scheme.cc;h=d5f1c791533b10b4b481159b815ca8e729db3031;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=719f1e6b223722afdd85bf9d5346a54ca6a33b41;hpb=f4abbfff5f0d985a457e15586dbcc3ae473b0dee;p=lilypond.git diff --git a/lily/book-scheme.cc b/lily/book-scheme.cc index 719f1e6b22..d5f1c79153 100644 --- a/lily/book-scheme.cc +++ b/lily/book-scheme.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2014 Han-Wen Nienhuys + Copyright (C) 2004--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 @@ -178,6 +178,5 @@ LY_DEFINE (ly_book_scores, "ly:book-scores", return b->scores_; } -#include "ly-smobs.icc" -IMPLEMENT_TYPE_P (Book, "ly:book?"); +const char Book::type_p_name_[] = "ly:book?";