From 38d8fbe84647e999ac6e9d8fc0ddb4e1bd9ad87c Mon Sep 17 00:00:00 2001 From: pabs Date: Mon, 24 Jul 2006 05:29:04 +0000 Subject: [PATCH] Fix compile error in the spline test due to the clock needing etl:: git-svn-id: http://svn.voria.com/code@194 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/test/spline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/trunk/test/spline.cpp b/ETL/trunk/test/spline.cpp index 971af27..872d52f 100644 --- a/ETL/trunk/test/spline.cpp +++ b/ETL/trunk/test/spline.cpp @@ -42,7 +42,7 @@ int bspline_basic_test(void) float f; bspline BSpline; - clock timer; + etl::clock timer; double t; *BSpline.cpoints().insert(BSpline.cpoints().end())=0; -- 2.7.4