diff options
| author | MenTaLguY <mental@rydia.net> | 2007-03-04 19:05:50 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-03-04 19:05:50 +0000 |
| commit | 360ced76a668588a206d346ed26920ce3113e67f (patch) | |
| tree | 146e366b392936d2cf0819f8d57d788031b6b639 /src/sp-item.h | |
| parent | Sketch out new bbox API (diff) | |
| download | inkscape-360ced76a668588a206d346ed26920ce3113e67f.tar.gz inkscape-360ced76a668588a206d346ed26920ce3113e67f.zip | |
implement new API via wrapper for now
(bzr r2535)
Diffstat (limited to 'src/sp-item.h')
| -rw-r--r-- | src/sp-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.h b/src/sp-item.h index 41100060e..559694276 100644 --- a/src/sp-item.h +++ b/src/sp-item.h @@ -149,7 +149,7 @@ struct SPItem : public SPObject { void lowerToBottom(); NR::Rect invokeBbox(NR::Matrix const &transform) const; - NR::Maybe<NR::Rect> getBBox(BBoxType type, NR::Matrix const &transform, unsigned int dkey=0) const; + NR::Maybe<NR::Rect> getBBox(NR::Matrix const &transform, BBoxType type=APPROXIMATE_BBOX, unsigned int dkey=0) const; sigc::connection _clip_ref_connection; sigc::connection _mask_ref_connection; |
