summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2008-03-25 22:12:45 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2008-03-25 22:12:45 +0000
commit8a5bebb2b8946eee675c7fee4f7448d5d42e71b6 (patch)
tree52a6480eccdb74cdaca13d88e7f6fc5528be3b71 /src/object-snapper.h
parentwhitespace. tab to spaces. improve readability (diff)
downloadinkscape-8a5bebb2b8946eee675c7fee4f7448d5d42e71b6.tar.gz
inkscape-8a5bebb2b8946eee675c7fee4f7448d5d42e71b6.zip
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)
Diffstat (limited to 'src/object-snapper.h')
-rw-r--r--src/object-snapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object-snapper.h b/src/object-snapper.h
index b9d90deae..924c94e07 100644
--- a/src/object-snapper.h
+++ b/src/object-snapper.h
@@ -18,6 +18,7 @@
#include "sp-path.h"
#include "splivarot.h"
+
struct SPNamedView;
struct SPItem;
struct SPObject;
@@ -125,7 +126,7 @@ private:
std::list<SPItem const *> const &it,
bool const &first_point,
std::vector<NR::Point> &points_to_snap,
- DimensionToSnap const snap_dim) const;
+ DimensionToSnap snap_dim) const;
void _snapNodes(SnappedConstraints &sc,
Inkscape::Snapper::PointType const &t,