summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 4c1e4e0eb..535cec0b6 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -78,7 +78,7 @@ public:
virtual void resetDefaults(SPItem * item);
- virtual void setup_notepath(Inkscape::NodePath::Path *np);
+ virtual void setup_nodepath(Inkscape::NodePath::Path *np);
virtual void transform_multiply(Geom::Matrix const& postmul, bool set);