From 4f857ae84089672e9c7378d327e54889f64c62fb Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 4 Oct 2013 23:57:28 +0200 Subject: C++ (bzr r12660) --- src/sp-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-path.cpp') diff --git a/src/sp-path.cpp b/src/sp-path.cpp index bd923d058..b225f0735 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -307,7 +307,7 @@ g_message("sp_path_update_patheffect"); * This is very important for LPEs to work properly! (the bbox might be recalculated depending on the curve in shape)*/ this->setCurveInsync(curve, TRUE); - bool success = sp_lpe_item_perform_path_effect(this, curve); + bool success = this->performPathEffect(curve); if (success && write) { // could also do this->getRepr()->updateRepr(); but only the d attribute needs updating. -- cgit v1.2.3