From cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 5 Dec 2008 19:57:37 +0000 Subject: NR::LInfty => Geom:: (bzr r6953) --- src/livarot/PathSimplify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/livarot/PathSimplify.cpp') diff --git a/src/livarot/PathSimplify.cpp b/src/livarot/PathSimplify.cpp index f3e544597..5d6d918c7 100644 --- a/src/livarot/PathSimplify.cpp +++ b/src/livarot/PathSimplify.cpp @@ -223,7 +223,7 @@ void Path::DoSimplify(int off, int N, double treshhold) curP = lastP; } - if (NR::LInfty(endToPt - moveToPt) < 0.00001) { + if (Geom::LInfty(endToPt - moveToPt) < 0.00001) { Close(); } -- cgit v1.2.3