From: fred Date: Sun, 24 Mar 2002 19:54:54 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~4051 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0474ab14eb8f1c6274bce276da51a2a7a63e06e5;p=lilypond.git lilypond-0.1.11 --- diff --git a/mi2mu/template.cc b/mi2mu/template.cc index 7de70076c3..6b2f4fc8fc 100644 --- a/mi2mu/template.cc +++ b/mi2mu/template.cc @@ -18,9 +18,9 @@ class ostream; #include "plist.hh" #include "plist.tcc" -template IPL_INSTANTIATE(Mudela_item); -template IPL_INSTANTIATE(Mudela_staff); -template PL_INSTANTIATE(Mudela_voice); -template IPL_INSTANTIATE(Mudela_voice); -template IPL_INSTANTIATE(Mudela_column); +template POINTERLIST_INSTANTIATE(Mudela_item); +template POINTERLIST_INSTANTIATE(Mudela_staff); +template POINTERLIST_INSTANTIATE(Mudela_voice); +template POINTERLIST_INSTANTIATE(Mudela_voice); +template POINTERLIST_INSTANTIATE(Mudela_column);