diff options
Diffstat (limited to 'src/marker.cpp')
| -rw-r--r-- | src/marker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/marker.cpp b/src/marker.cpp index 50e7c970f..d145aadaf 100644 --- a/src/marker.cpp +++ b/src/marker.cpp @@ -503,11 +503,11 @@ 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(); } -void SPMarker::print(SPPrintContext* ctx) { +void SPMarker::print(SPPrintContext* /*ctx*/) { } |
