summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-01-16 06:20:49 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-01-16 06:20:49 +0000
commitff7a0f88f12037b5fc2a1c2e0f3af01cac37984e (patch)
tree38f7a776781b926a53ad72482e098bf404afc42c /src
parentcppcheck performance (diff)
downloadinkscape-ff7a0f88f12037b5fc2a1c2e0f3af01cac37984e.tar.gz
inkscape-ff7a0f88f12037b5fc2a1c2e0f3af01cac37984e.zip
fix compilation error
(bzr r10892)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/conicsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/conicsec.h b/src/2geom/conicsec.h
index e48d149ec..1e87f9eb3 100644
--- a/src/2geom/conicsec.h
+++ b/src/2geom/conicsec.h
@@ -474,7 +474,7 @@ public:
Rect arc_bound (const Point & P1, const Point & Q, const Point & P2) const;
- std::vector<Point> allNearestPoints (const Point P) const;
+ std::vector<Point> allNearestPoints (const Point &P) const;
/*
* Return the point on the conic section nearest to the passed point "P".