From 206f49749207cd55acb55b6b9a3dcf61248365cd Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:54:53 +0000 Subject: [PATCH] lilypond-0.1.11 --- lily/template1.cc | 3 +-- lily/template8.cc | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) 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); -- 2.39.5