summaryrefslogtreecommitdiffstats
path: root/src/sp-star.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-star.cpp')
-rw-r--r--src/sp-star.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-star.cpp b/src/sp-star.cpp
index 7d22484cf..0b89ed10c 100644
--- a/src/sp-star.cpp
+++ b/src/sp-star.cpp
@@ -49,6 +49,7 @@ static void
sp_star_init (SPStar * star)
{
star->cstar = new CStar(star);
+ star->typeHierarchy.insert(typeid(SPStar));
delete star->cpolygon;
star->cpolygon = star->cstar;