gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/server tesselate.cpp


From: strk
Subject: Re: [Gnash-commit] gnash/server tesselate.cpp
Date: Mon, 12 Feb 2007 14:13:22 +0100

On Mon, Feb 12, 2007 at 12:33:07PM +0000, Markus Gothe wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Markus Gothe <nihilus>  07/02/12 12:33:07
> 
> Modified files:
>       server         : tesselate.cpp 
> 
> Log message:
>       std::
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/gnash/server/tesselate.cpp?cvsroot=gnash&r1=1.10&r2=1.11
> 

> Patches:
> Index: tesselate.cpp
> ===================================================================
> RCS file: /sources/gnash/gnash/server/tesselate.cpp,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -u -b -r1.10 -r1.11
> --- tesselate.cpp     28 Aug 2006 11:07:15 -0000      1.10
> +++ tesselate.cpp     12 Feb 2007 12:33:07 -0000      1.11
> @@ -497,7 +497,7 @@
>               float   qx = (midx + p1x) * 0.5f;
>               float   qy = (midy + p1y) * 0.5f;
>  
> -             float   dist = fabsf(midx - qx) + fabsf(midy - qy);
> +             float   dist = std::fabsf(midx - qx) + std::fabsf(midy - qy);

server/tesselate.cpp:500: error: 'fabsf' is not a member of 'std'

--strk;




reply via email to

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