diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-03-31 22:07:00 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-03-31 22:07:00 +0000 |
| commit | a5d6e692d661f0bf7648e64e8fcb04588bb8f3ab (patch) | |
| tree | c2da53e170ecb9317e4fdf2e8ab3e884008eccaa /src/sp-missing-glyph.cpp | |
| parent | Added TypeInfo class. (diff) | |
| download | inkscape-a5d6e692d661f0bf7648e64e8fcb04588bb8f3ab.tar.gz inkscape-a5d6e692d661f0bf7648e64e8fcb04588bb8f3ab.zip | |
Prepared exchange of casting macros.
(bzr r11608.1.63)
Diffstat (limited to 'src/sp-missing-glyph.cpp')
| -rw-r--r-- | src/sp-missing-glyph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-missing-glyph.cpp b/src/sp-missing-glyph.cpp index 227f4d802..b69c8f162 100644 --- a/src/sp-missing-glyph.cpp +++ b/src/sp-missing-glyph.cpp @@ -35,6 +35,7 @@ CMissingGlyph::~CMissingGlyph() { static void sp_missing_glyph_init(SPMissingGlyph *glyph) { glyph->cmissingglyph = new CMissingGlyph(glyph); + glyph->typeHierarchy.insert(typeid(SPMissingGlyph)); delete glyph->cobject; glyph->cobject = glyph->cmissingglyph; |
