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 d5a49d71e..6d72a5615 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -100,7 +100,7 @@ public:
virtual void transform_multiply(Geom::Matrix const& postmul, bool set);
bool providesKnotholder() { return knotholder_func_vector.size() > 0; }
- void addHandles(SPKnotHolder *knotholder);
+ void addHandles(KnotHolder *knotholder);
Glib::ustring getName();
Inkscape::XML::Node * getRepr();