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 ee05073cd..a7ae563bb 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 const char* display_name(); + virtual const char* displayName(); }; #endif /* !INKSCAPE_SP_TSPAN_H */ |
