diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2011-09-02 20:14:29 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2011-09-02 20:14:29 +0000 |
| commit | 59259f0cabfa0205acc3229c281169e8406570b3 (patch) | |
| tree | 316245d4025c28f083fb60de3bf8409c6be9c0cb /src/snap.h | |
| parent | Extensions. Fix for a potential crasher in the extension scripts. (diff) | |
| download | inkscape-59259f0cabfa0205acc3229c281169e8406570b3.tar.gz inkscape-59259f0cabfa0205acc3229c281169e8406570b3.zip | |
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapResults"
(bzr r10612)
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h index a7b98748e..4a8f4b7c1 100644 --- a/src/snap.h +++ b/src/snap.h @@ -199,7 +199,7 @@ public: bool getSnapIndicator() const {return _snapindicator;} - Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, SnappedConstraints const &sc, bool constrained, bool allowOffScreen = false) const; + Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const &isr, bool constrained, bool allowOffScreen = false) const; void keepClosestPointOnly(std::vector<Inkscape::SnapCandidatePoint> &points, const Geom::Point &reference) const; protected: |
