]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.41
authorfred <fred>
Sun, 24 Mar 2002 19:56:44 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:44 +0000 (19:56 +0000)
flower/include/plist.hh

index f30c98ca5af0d0b3ab888e453372c4710aab1f36..03432c927e8945d661e7fbf4034b5f6a2e5c0a2b 100644 (file)
@@ -55,7 +55,7 @@ class Pointer_list : public Link_list<T> {
     
 public:
   void junk();
-  Pointer_list (Pointer_list const &) { set_empty(); }
+  Pointer_list (Pointer_list const& l) : Link_list<T> (l) { set_empty(); }
   Pointer_list() { }
   ~Pointer_list() { junk (); }
 };