gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/server movie.h


From: strk
Subject: Re: [Gnash-commit] gnash/server movie.h
Date: Mon, 21 Aug 2006 23:35:53 +0200

On Mon, Aug 21, 2006 at 03:26:20PM +0000, Vitaly Alexeev wrote:
...
> RCS file: /sources/gnash/gnash/server/movie.h,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -b -r1.14 -r1.15
> --- movie.h   6 Aug 2006 02:00:54 -0000       1.14
> +++ movie.h   21 Aug 2006 15:26:20 -0000      1.15
> @@ -478,7 +478,7 @@
>       }
>  
>       virtual void execute_frame_tags(
> -         int /* frame */, bool /* state_only = false */)
> +         size_t /* frame */, bool /* state_only = false */)
>       {
>       }

I never commented out the state_only parameter to avoid reducing
capability of that function (can't be called w/out second arg).
Are we sure it safe to comment out the default value ?

--strk;





reply via email to

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