diff options
Diffstat (limited to 'src/sp-symbol.cpp')
| -rw-r--r-- | src/sp-symbol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-symbol.cpp b/src/sp-symbol.cpp index b2346ac91..8ffc2ab2c 100644 --- a/src/sp-symbol.cpp +++ b/src/sp-symbol.cpp @@ -363,7 +363,7 @@ void SPSymbol::hide(unsigned int key) { } -Geom::OptRect SPSymbol::bbox(Geom::Affine const &transform, SPItem::BBoxType type) { +Geom::OptRect SPSymbol::bbox(Geom::Affine const &transform, SPItem::BBoxType type) const { Geom::OptRect bbox; // We don't need a bounding box for Symbols dialog when selecting |
