diff options
Diffstat (limited to 'src/marker.h')
| -rw-r--r-- | src/marker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marker.h b/src/marker.h index d41df69b4..21ad63a41 100644 --- a/src/marker.h +++ b/src/marker.h @@ -65,6 +65,7 @@ public: virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); virtual Inkscape::DrawingItem* show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags); + virtual Inkscape::DrawingItem* private_show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags); virtual void hide(unsigned int key); virtual Geom::OptRect bbox(Geom::Affine const &transform, SPItem::BBoxType type) const; |
