From: pabs Date: Mon, 24 Jul 2006 05:29:04 +0000 (+0000) Subject: Fix compile error in the spline test due to the clock needing etl:: X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=38d8fbe84647e999ac6e9d8fc0ddb4e1bd9ad87c;p=synfig.git 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 --- 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;