Code

NR::Maybe => boost::optional
[inkscape.git] / src / verbs.cpp
index e40ffe1d69b3cc0e61af7c37504b68ce18e4c3d0..8d7a4a2a19d57046b26037940931e13ef66a9cf4 100644 (file)
@@ -1309,7 +1309,7 @@ ObjectVerb::perform( SPAction *action, void *data, void */*pdata*/ )
     if (sel->isEmpty())
         return;
 
-    NR::Maybe<NR::Rect> bbox = sel->bounds();
+    boost::optional<NR::Rect> bbox = sel->bounds();
     if (!bbox) {
         return;
     }