summaryrefslogtreecommitdiffstats
path: root/src/satisfied-guide-cns.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-01-09 21:14:38 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-01-09 21:14:38 +0000
commite8f4c644181a8a68e2c33e1783f77a400dc1a29f (patch)
tree38083930039a3507ff467c62cf2e588a229a061f /src/satisfied-guide-cns.h
parentPatch by Alex Leone to fix crash with recursive masks from 190130, I also add... (diff)
downloadinkscape-e8f4c644181a8a68e2c33e1783f77a400dc1a29f.tar.gz
inkscape-e8f4c644181a8a68e2c33e1783f77a400dc1a29f.zip
Refactoring the snapping API (making it easier to maintain and understand for the devs)
(bzr r8960)
Diffstat (limited to 'src/satisfied-guide-cns.h')
-rw-r--r--src/satisfied-guide-cns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/satisfied-guide-cns.h b/src/satisfied-guide-cns.h
index 99229f64c..7fba29161 100644
--- a/src/satisfied-guide-cns.h
+++ b/src/satisfied-guide-cns.h
@@ -9,7 +9,7 @@
class SPGuideConstraint;
void satisfied_guide_cns(SPDesktop const &desktop,
- SnapPointsWithType const &snappoints,
+ std::vector<Inkscape::SnapCandidatePoint> const &snappoints,
std::vector<SPGuideConstraint> &cns);