diff options
Diffstat (limited to 'src/sp-tspan.h')
| -rw-r--r-- | src/sp-tspan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-tspan.h b/src/sp-tspan.h index d1c6ec4bc..ee05073cd 100644 --- a/src/sp-tspan.h +++ b/src/sp-tspan.h @@ -34,7 +34,7 @@ public: virtual Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags); virtual Geom::OptRect bbox(Geom::Affine const &transform, SPItem::BBoxType type); - virtual gchar* description(); + virtual const char* display_name(); }; #endif /* !INKSCAPE_SP_TSPAN_H */ |
