summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-path.cpp')
-rw-r--r--src/sp-path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index cc469d027..43bf0a6a2 100644
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
@@ -141,6 +141,7 @@ static void
sp_path_init(SPPath *path)
{
path->cpath = new CPath(path);
+ path->typeHierarchy.insert(typeid(SPPath));
delete path->cshape;
path->cshape = path->cpath;