From a5d6e692d661f0bf7648e64e8fcb04588bb8f3ab Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Mon, 1 Apr 2013 00:07:00 +0200 Subject: Prepared exchange of casting macros. (bzr r11608.1.63) --- src/sp-clippath.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp-clippath.cpp') 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; -- cgit v1.2.3