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

index 8fbefa72a7c94a6141642044f9b9123da1d0c0ff..d22b1e11a3d4726a3cf1a0004268328537f71923 100644 (file)
 #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);
 
index de2fa8af8e13f4c371e70f927bedadc4c024d89d..301e86f3f754fd79219355de053abf18439406d3 100644 (file)
@@ -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);