Fix compile error in the spline test due to the clock needing etl::
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 05:29:04 +0000 (05:29 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 24 Jul 2006 05:29:04 +0000 (05:29 +0000)
git-svn-id: http://svn.voria.com/code@194 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/test/spline.cpp

index 971af27..872d52f 100644 (file)
@@ -42,7 +42,7 @@ int bspline_basic_test(void)
        float f;
        
        bspline<float> BSpline;
-       clock timer;
+       etl::clock timer;
        double t;
        
        *BSpline.cpoints().insert(BSpline.cpoints().end())=0;