David Brandon <[EMAIL PROTECTED]> writes:

> FYI, this update caused this for me:
>
> performance.cc: In member function `void
>     Performance::add_element(Audio_element*)':
> performance.cc:155: error: 'class Audio_column' has no member named '
>     performance_'
>
> I had to put performance_ back in Audio_column to get it to work.
>
> David
>
> On May 2, 2004, at 5:19 PM, Han-Wen Nienhuys wrote:
>
>> [EMAIL PROTECTED] writes:
>>> A couple of minor patches I am bundling together because they are too
>>> trivial to include one at a time:
>>>
>>> First, getting rid of a few unused functions and variables:
>>
>> Thanks for your patches. I've but them in, but could you add ChangeLog
>> entries for the next patch? Thanks!

It appears I left out the follownig bit:

Index: performance.cc
===================================================================
RCS file: /cvsroot/lilypond/lilypond/lily/performance.cc,v
retrieving revision 1.44
diff -u -p -r1.44 performance.cc
--- performance.cc      27 Apr 2004 16:23:29 -0000      1.44
+++ performance.cc      3 May 2004 02:06:52 -0000
@@ -150,10 +150,6 @@ Performance::add_element (Audio_element 
     {
       audio_staffs_.push (s);
     }
-  else if (Audio_column *c = dynamic_cast<Audio_column*> (p))
-    {
-      c->performance_ = this;
-    }
   audio_elem_p_list_ = new Killing_cons<Audio_element> (p, audio_elem_p_list_);
 }

-- 
Michael Welsh Duggan
([EMAIL PROTECTED])


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to