From 5d50f158517355d03f23c7124d17156c29198d8a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:51:32 +0000 Subject: [PATCH] lilypond-0.1.8 --- lily/template1.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lily/template1.cc b/lily/template1.cc index 0a765f3110..8fbefa72a7 100644 --- a/lily/template1.cc +++ b/lily/template1.cc @@ -17,11 +17,11 @@ #include "plist.tcc" -#define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a) +#define IPLC_INSTANTIATE(a) IPL_INSTANTIATE(a); template PL_INSTANTIATE(const a) -IPLC_instantiate(Score_elem); -IPLC_instantiate(Spanner); -IPLC_instantiate(Idealspacing); -IPLC_instantiate(PCol); +template IPLC_INSTANTIATE(Score_elem); +template IPLC_INSTANTIATE(Spanner); +template IPLC_INSTANTIATE(Idealspacing); +template IPLC_INSTANTIATE(PCol); -- 2.39.5