Code

Merge from fe-moved
[inkscape.git] / src / line-snapper.h
index 593e8bd73fcf58f2b6ea659da22f85bc0d97d247..529db1caaeb833700e6b0cb8da7ac2c916794753 100644 (file)
@@ -28,7 +28,7 @@ public:
                    Inkscape::SnapPreferences::PointType const &t,
                    Geom::Point const &p,
                    bool const &first_point,
-                   boost::optional<Geom::Rect> const &bbox_to_snap,
+                   Geom::OptRect const &bbox_to_snap,
                    std::vector<SPItem const *> const *it,
                    std::vector<Geom::Point> *unselected_nodes) const;
   
@@ -36,7 +36,7 @@ public:
                           Inkscape::SnapPreferences::PointType const &t,
                           Geom::Point const &p,
                           bool const &first_point,
-                          boost::optional<Geom::Rect> const &bbox_to_snap,
+                          Geom::OptRect const &bbox_to_snap,
                           ConstraintLine const &c,
                           std::vector<SPItem const *> const *it) const;