summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp
index afaeb91a8..42b6ec6dd 100644
--- a/src/sp-shape.cpp
+++ b/src/sp-shape.cpp
@@ -83,6 +83,7 @@ static void
sp_shape_init(SPShape *shape)
{
shape->cshape = new CShape(shape);
+ shape->typeHierarchy.insert(typeid(SPShape));
delete shape->clpeitem;
shape->clpeitem = shape->cshape;