]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/plist.icc
release: 0.0.66
[lilypond.git] / flower / include / plist.icc
index 8b5f8eea56d8a8eef15b64dd7a2d0078d06ef7fa..80ce1ba198c58aa7c7d93d88f3ec43153cfbed93 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-c++-*-
   plist.icc -- part of flowerlib
 
-  (c) 1996 Han-Wen Nienhuys& Jan Nieuwenhuizen
+  (c) 1996,1997 Han-Wen Nienhuys& Jan Nieuwenhuizen
 */
 
 #ifndef PLIST_INL
@@ -9,7 +9,7 @@
 
 template<class T>
 void
-PL_copy(IPointerList<T*> &to, IPointerList<T*> const&src)
+PL_copy(Pointer_list<T*> &to, Pointer_list<T*> const&src)
 {
     for (PCursor<T*> pc(src); pc.ok(); pc++) {
        T *q = pc;