From fa303d38ddb6132a3c662b92a456be5d36a2508f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:44 +0000 Subject: [PATCH] lilypond-0.1.41 --- flower/include/plist.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/include/plist.hh b/flower/include/plist.hh index f30c98ca5a..03432c927e 100644 --- a/flower/include/plist.hh +++ b/flower/include/plist.hh @@ -55,7 +55,7 @@ class Pointer_list : public Link_list { public: void junk(); - Pointer_list (Pointer_list const &) { set_empty(); } + Pointer_list (Pointer_list const& l) : Link_list (l) { set_empty(); } Pointer_list() { } ~Pointer_list() { junk (); } }; -- 2.39.5