diff options
Diffstat (limited to 'graphics/ilmbase/files/patch-ImathTest-testShear.cpp')
-rw-r--r-- | graphics/ilmbase/files/patch-ImathTest-testShear.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ilmbase/files/patch-ImathTest-testShear.cpp b/graphics/ilmbase/files/patch-ImathTest-testShear.cpp index c396a2b43abc..ac73372d7362 100644 --- a/graphics/ilmbase/files/patch-ImathTest-testShear.cpp +++ b/graphics/ilmbase/files/patch-ImathTest-testShear.cpp @@ -1,10 +1,10 @@ ---- ImathTest/testShear.cpp.orig 2006-12-09 06:59:38.000000000 +0900 -+++ ImathTest/testShear.cpp 2007-10-07 23:24:27.000000000 +0900 +--- ImathTest/testShear.cpp.orig 2013-06-18 21:51:38.000000000 +0200 ++++ ImathTest/testShear.cpp 2013-10-04 20:16:08.000000000 +0200 @@ -54,7 +54,6 @@ - const float epsilon = Imath::limits< float >::epsilon(); + const float epsilon = IMATH_INTERNAL_NAMESPACE::limits< float >::epsilon(); - float array[6] = { 1.0F, 2.0F, 3.0F, 4.0F, 5.0F, 6.0F }; - Imath::Shear6f testConstructor1; - Imath::Shear6f testConstructor2( testConstructor1 ); + IMATH_INTERNAL_NAMESPACE::Shear6f testConstructor1; + IMATH_INTERNAL_NAMESPACE::Shear6f testConstructor2( testConstructor1 ); |