summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathSimplify.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-12-05 19:57:37 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-12-05 19:57:37 +0000
commitcd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78 (patch)
treed62314ee82433918c019fecffc7e4e3bfc7e4777 /src/livarot/PathSimplify.cpp
parentNR -> 2Geom, more h and cpp files (diff)
downloadinkscape-cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78.tar.gz
inkscape-cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78.zip
NR::LInfty => Geom::
(bzr r6953)
Diffstat (limited to '')
-rw-r--r--src/livarot/PathSimplify.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}