From 6be5d11754620a4e1548c444cf89853898758bd1 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 14 Dec 1996 14:53:18 +0000 Subject: [PATCH] flower-1.0.14 --- flower/plist.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/plist.hh b/flower/plist.hh index 19db901f8a..99be3ff811 100644 --- a/flower/plist.hh +++ b/flower/plist.hh @@ -28,7 +28,7 @@ class PointerList : public List /// pl. which deletes pointers given to it. template struct IPointerList : public PointerList { - IPointerList(IPointerList&) { set_empty(); } + IPointerList(const IPointerList&) { set_empty(); } IPointerList() { } protected: virtual void remove( Cursor me ) { remove (PCursor(me)); } -- 2.39.5