From 821a504570efbcd2bb60c7d828db4e9568c4f944 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:10 +0000 Subject: [PATCH] lilypond-0.0.63 --- flower/include/plist.icc | 4 ++-- flower/include/plist.tcc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flower/include/plist.icc b/flower/include/plist.icc index f24e0ddf45..80ce1ba198 100644 --- a/flower/include/plist.icc +++ b/flower/include/plist.icc @@ -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 void -PL_copy(IPointer_list &to, IPointer_list const&src) +PL_copy(Pointer_list &to, Pointer_list const&src) { for (PCursor pc(src); pc.ok(); pc++) { T *q = pc; diff --git a/flower/include/plist.tcc b/flower/include/plist.tcc index 7129cdbe3d..2f75d08adf 100644 --- a/flower/include/plist.tcc +++ b/flower/include/plist.tcc @@ -1,12 +1,12 @@ #include "plist.hh" -#define PL_instantiate(a) template class Pointer_list; \ +#define PL_instantiate(a) template class Link_list; \ template class PCursor; #define IPL_instantiate(a) PL_instantiate(a); \ - template class IPointer_list + template class Pointer_list template -IPointer_list::~IPointer_list() +Pointer_list::~Pointer_list() { PCursor c( *this ); while (c.ok()) { @@ -16,7 +16,7 @@ IPointer_list::~IPointer_list() template PCursor -Pointer_list::find(T what ) const +Link_list::find(T what ) const { PCursor i(*this); for (; i.ok(); i++) -- 2.39.5