diff options
Diffstat (limited to 'src/marker.h')
| -rw-r--r-- | src/marker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.h b/src/marker.h index aae4e020f..831b298ac 100644 --- a/src/marker.h +++ b/src/marker.h @@ -77,7 +77,7 @@ public: virtual Inkscape::DrawingItem* 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); + virtual Geom::OptRect bbox(Geom::Affine const &transform, SPItem::BBoxType type) const; virtual void print(SPPrintContext *ctx); }; |
