From 8a5bebb2b8946eee675c7fee4f7448d5d42e71b6 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 25 Mar 2008 22:12:45 +0000 Subject: Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) --- src/snapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/snapper.h') diff --git a/src/snapper.h b/src/snapper.h index 63f68173a..508ba7b9a 100644 --- a/src/snapper.h +++ b/src/snapper.h @@ -16,6 +16,7 @@ #include #include "libnr/nr-coord.h" #include "libnr/nr-point.h" +#include "libnr/nr-maybe.h" #include "snapped-point.h" #include "snapped-line.h" @@ -76,7 +77,7 @@ public: std::vector &points_to_snap, std::list const &it, std::vector *unselected_nodes) const; - + class ConstraintLine { public: -- cgit v1.2.3