From: fred Date: Sun, 24 Mar 2002 19:54:53 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~4052 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=206f49749207cd55acb55b6b9a3dcf61248365cd;p=lilypond.git lilypond-0.1.11 --- diff --git a/lily/template1.cc b/lily/template1.cc index 8fbefa72a7..d22b1e11a3 100644 --- a/lily/template1.cc +++ b/lily/template1.cc @@ -17,11 +17,10 @@ #include "plist.tcc" -#define IPLC_INSTANTIATE(a) IPL_INSTANTIATE(a); template PL_INSTANTIATE(const a) +#define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a) template IPLC_INSTANTIATE(Score_elem); template IPLC_INSTANTIATE(Spanner); template IPLC_INSTANTIATE(Idealspacing); -template IPLC_INSTANTIATE(PCol); diff --git a/lily/template8.cc b/lily/template8.cc index de2fa8af8e..301e86f3f7 100644 --- a/lily/template8.cc +++ b/lily/template8.cc @@ -15,7 +15,6 @@ #include "plist.tcc" -template IPL_INSTANTIATE(Audio_element); -template IPL_INSTANTIATE(Audio_column); - +template POINTERLIST_INSTANTIATE(Audio_element); +template POINTERLIST_INSTANTIATE(Audio_column);