X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fseltrans.h;h=3a7f6f4b2e60d35f9ccb58d04158a3908e1703ba;hb=8b9a820756fdf348239872236be2257f854e094a;hp=d06e0527626c7629ae65dc227ead958ffead6c73;hpb=34109961a6de6f936a370e48822f1bad70bc84b2;p=inkscape.git diff --git a/src/seltrans.h b/src/seltrans.h index d06e05276..3a7f6f4b2 100644 --- a/src/seltrans.h +++ b/src/seltrans.h @@ -131,9 +131,9 @@ private: SPItem::BBoxType _snap_bbox_type; - NR::Maybe _bbox; - NR::Maybe _approximate_bbox; - NR::Maybe _geometric_bbox; + boost::optional _bbox; + boost::optional _approximate_bbox; + boost::optional _geometric_bbox; gdouble _strokewidth; NR::Matrix _current_relative_affine; @@ -154,7 +154,7 @@ private: gdouble _handle_x; gdouble _handle_y; - NR::Maybe _center; + boost::optional _center; bool _center_is_set; ///< we've already set _center, no need to reread it from items SPKnot *_shandle[8];