summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpeobject.cpp')
-rw-r--r--src/live_effects/lpeobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp
index 93f038473..d404b9743 100644
--- a/src/live_effects/lpeobject.cpp
+++ b/src/live_effects/lpeobject.cpp
@@ -85,6 +85,7 @@ LivePathEffectObject::livepatheffect_init(LivePathEffectObject *lpeobj)
#endif
lpeobj->clivepatheffectobject = new CLivePathEffectObject(lpeobj);
+ lpeobj->typeHierarchy.insert(typeid(LivePathEffectObject));
delete lpeobj->cobject;
lpeobj->cobject = lpeobj->clivepatheffectobject;