diff options
Diffstat (limited to 'src/marker.cpp')
| -rw-r--r-- | src/marker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.cpp b/src/marker.cpp index 50e7c970f..b38138f8c 100644 --- a/src/marker.cpp +++ b/src/marker.cpp @@ -503,7 +503,7 @@ void SPMarker::hide(unsigned int key) { SPGroup::hide(key); } -Geom::OptRect SPMarker::bbox(Geom::Affine const &transform, SPItem::BBoxType type) { +Geom::OptRect SPMarker::bbox(Geom::Affine const &transform, SPItem::BBoxType type) const { return Geom::OptRect(); } |
