summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-ellipse.cpp')
-rw-r--r--src/sp-ellipse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-ellipse.cpp b/src/sp-ellipse.cpp
index 8f74b2643..06201859f 100644
--- a/src/sp-ellipse.cpp
+++ b/src/sp-ellipse.cpp
@@ -207,7 +207,7 @@ void SPGenericEllipse::set_shape()
if (hasPathEffect() && pathEffectsEnabled()) {
SPCurve *c_lpe = curve->copy();
- bool success = sp_lpe_item_perform_path_effect(this, c_lpe);
+ bool success = this->performPathEffect(c_lpe);
if (success) {
this->setCurveInsync(c_lpe, TRUE);