]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/template1.cc
release: 0.1.51
[lilypond.git] / lily / template1.cc
index 8fbefa72a7c94a6141642044f9b9123da1d0c0ff..857b1367d6c842309aa97b3cd7436e8049e02224 100644 (file)
 #include "plist.tcc"
 
 
-#define IPLC_INSTANTIATE(a) IPL_INSTANTIATE(a); template PL_INSTANTIATE(const a)
-
-
-template IPLC_INSTANTIATE(Score_elem);
-template IPLC_INSTANTIATE(Spanner);
-template IPLC_INSTANTIATE(Idealspacing);
-template IPLC_INSTANTIATE(PCol);
+#define IPLC_INSTANTIATE(a) POINTERLIST_INSTANTIATE(a)
 
+IPLC_INSTANTIATE(Score_elem);
+IPLC_INSTANTIATE(Spanner);
+IPLC_INSTANTIATE(Idealspacing);