Code

Merge from fe-moved
[inkscape.git] / src / helper / recthull.h
index 59649cfb618fb88400fc745f38462555256c38b5..a9cad44660b2c6f5a47ea533610f0c70948f64d4 100644 (file)
@@ -46,12 +46,12 @@ public:
         }
        }
 
-       boost::optional<Rect> const &bounds() const {
+       OptRect const &bounds() const {
                return _bounds;
        }
        
 private:
-    boost::optional<Rect> _bounds;
+    OptRect _bounds;
 };
 
 } /* namespace Geom */