diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/2geom/conicsec.h | 2 |
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". |
