Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / live_effects / lpe-spiro.cpp
index 0ffe6a7f48505e451ce70151649310035467ba65..30c7b162cc083420ce6931f401dfc25374bd650b 100644 (file)
@@ -211,7 +211,7 @@ LPESpiro::doEffect(SPCurve * curve)
         g_warning("Exception during LPE Spiro execution. \n %s", e.what());
         SP_ACTIVE_DESKTOP->messageStack()->flash( Inkscape::WARNING_MESSAGE,
             _("An exception occurred during execution of the Spiro Path Effect.") );
-        curve->set_pathv(original_pathv);
+        curve->set_pathvector(original_pathv);
     }
 }