summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-clippath.cpp')
-rw-r--r--src/sp-clippath.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-clippath.cpp b/src/sp-clippath.cpp
index 18ea91cc2..f4503386c 100644
--- a/src/sp-clippath.cpp
+++ b/src/sp-clippath.cpp
@@ -58,6 +58,7 @@ static void
sp_clippath_init(SPClipPath *cp)
{
cp->cclippath = new CClipPath(cp);
+ cp->typeHierarchy.insert(typeid(SPClipPath));
delete cp->cobjectgroup;
cp->cobjectgroup = cp->cclippath;