From ff7a0f88f12037b5fc2a1c2e0f3af01cac37984e Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Mon, 16 Jan 2012 07:20:49 +0100 Subject: fix compilation error (bzr r10892) --- src/2geom/conicsec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 allNearestPoints (const Point P) const; + std::vector allNearestPoints (const Point &P) const; /* * Return the point on the conic section nearest to the passed point "P". -- cgit v1.2.3