Code

NR::Maybe => boost::optional
[inkscape.git] / src / seltrans.cpp
index c478036c7eccbdbb1097a7b7b58077fa6d9c4ae4..0b297318d613d3805cfd5382be5cd787bc5f3505 100644 (file)
@@ -94,8 +94,8 @@ Inkscape::SelTrans::SelTrans(SPDesktop *desktop) :
     _show(SHOW_CONTENT),
     _grabbed(false),
     _show_handles(true),
-    _bbox(NR::Nothing()),
-    _approximate_bbox(NR::Nothing()),
+    _bbox(),
+    _approximate_bbox(),
     _absolute_affine(NR::scale(1,1)),
     _opposite(NR::Point(0,0)),
     _opposite_for_specpoints(NR::Point(0,0)),