diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-09-20 04:45:16 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-09-20 04:45:16 +0000 |
| commit | eb3598e7e27619c759ef33bb9ec4ffb8898523de (patch) | |
| tree | 3793d7310b4cdea6ffaea3fe7ee837b3ede065cf /src/sp-rect.h | |
| parent | Fix make check after merge of cppify branch (diff) | |
| download | inkscape-eb3598e7e27619c759ef33bb9ec4ffb8898523de.tar.gz inkscape-eb3598e7e27619c759ef33bb9ec4ffb8898523de.zip | |
Refactor status-bar text for multiple items, was very broken
Fixed bugs:
- https://launchpad.net/bugs/1199192
(bzr r12550)
Diffstat (limited to 'src/sp-rect.h')
| -rw-r--r-- | src/sp-rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h index 28f74f9f9..e06833916 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -55,7 +55,7 @@ public: virtual void update(SPCtx* ctx, unsigned int flags); virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); - virtual gchar* description(); + virtual const char* display_name(); virtual void set_shape(); virtual Geom::Affine set_transform(Geom::Affine const& xform); |
