Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / rubberband.h
index 6da1ddd8d3f59f5c4c26c68eb8c017c6d5d1d518..1f4b7d2eaec6b3b2be2154234999c2a46da1aff7 100644 (file)
@@ -40,7 +40,7 @@ public:
 
     void start(SPDesktop *desktop, Geom::Point const &p);
     void move(Geom::Point const &p);
-    boost::optional<Geom::Rect> getRectangle() const;
+    Geom::OptRect getRectangle() const;
     void stop();
     bool is_started();