]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.8
authorfred <fred>
Sun, 24 Mar 2002 19:51:32 +0000 (19:51 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:51:32 +0000 (19:51 +0000)
lily/template1.cc

index 0a765f3110feb85073ca8b8896321a801e50a4ac..8fbefa72a7c94a6141642044f9b9123da1d0c0ff 100644 (file)
 #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);