diff options
Diffstat (limited to 'src/live_effects/lpe-gears.cpp')
| -rw-r--r-- | src/live_effects/lpe-gears.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-gears.cpp b/src/live_effects/lpe-gears.cpp index 85eee66f9..00709f66c 100644 --- a/src/live_effects/lpe-gears.cpp +++ b/src/live_effects/lpe-gears.cpp @@ -255,9 +255,9 @@ LPEGears::doEffect_path (std::vector<Geom::Path> & path_in) } void -LPEGears::setup_notepath(Inkscape::NodePath::Path *np) +LPEGears::setup_nodepath(Inkscape::NodePath::Path *np) { - Effect::setup_notepath(np); + Effect::setup_nodepath(np); np->straight_path = true; } |
