summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-ellipse_5pts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-ellipse_5pts.cpp')
-rw-r--r--src/live_effects/lpe-ellipse_5pts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-ellipse_5pts.cpp b/src/live_effects/lpe-ellipse_5pts.cpp
index 8f0f8e18a..0371fc313 100644
--- a/src/live_effects/lpe-ellipse_5pts.cpp
+++ b/src/live_effects/lpe-ellipse_5pts.cpp
@@ -170,7 +170,7 @@ LPEEllipse5Pts::doEffect_path (Geom::PathVector const & path_in)
// figure out if we have a slice, guarding against rounding errors
- Path p(Geom::Point(cos(0), sin(0)));
+ Geom::Path p(Geom::Point(cos(0), sin(0)));
double end = 2 * M_PI;
for (s = 0; s < end; s += M_PI_2) {