gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/trunk r11569: Array_as::push() doesn't


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r11569: Array_as::push() doesn't exist anymore.
Date: Fri, 16 Oct 2009 20:56:24 +0200

On Fri, Oct 16, 2009 at 11:18:58AM -0600, Rob Savoye wrote:
> ------------------------------------------------------------
> revno: 11569
> committer: Rob Savoye <address@hidden>
> branch nick: trunk
> timestamp: Fri 2009-10-16 11:18:58 -0600
> message:
>   Array_as::push() doesn't exist anymore.
> modified:
>   extensions/fileio/fileio.cpp

> -             array->push(item);
> +             array->at(idx) = item;

at() returns by value...

--strk;

 Free GIS & Flash consultant/developer      ()  ASCII Ribbon Campaign
 http://foo.keybit.net/~strk/services.html  /\  Keep it simple! 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]