]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.14
authorfred <fred>
Sat, 14 Dec 1996 14:53:18 +0000 (14:53 +0000)
committerfred <fred>
Sat, 14 Dec 1996 14:53:18 +0000 (14:53 +0000)
flower/plist.hh

index 19db901f8a5e360b25f29b6de35af606351d2806..99be3ff811a7d673f8c31b2be656261b1aeb1d51 100644 (file)
@@ -28,7 +28,7 @@ class PointerList : public List<void *>
 ///  pl. which deletes pointers given to it.
 template<class T>
 struct IPointerList : public PointerList<T> {
-    IPointerList(IPointerList&) { set_empty(); }
+    IPointerList(const IPointerList&) { set_empty(); }
     IPointerList() { }
 protected:
     virtual void remove( Cursor<void*> me ) { remove (PCursor<T>(me)); }