Fix compile error in the spline test due to the clock needing etl::
[synfig.git] / 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;