From: fred Date: Sun, 24 Mar 2002 19:51:32 +0000 (+0000) Subject: lilypond-0.1.8 X-Git-Tag: release/1.5.59~4248 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d50f158517355d03f23c7124d17156c29198d8a;p=lilypond.git lilypond-0.1.8 --- 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);