diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-11-03 18:11:46 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-11-03 18:11:46 +0000 |
| commit | 8ed66ab7cb377ed90e3213fc3bba8e5bb0c63a11 (patch) | |
| tree | 4d0150783a2f04376bb1b616a249a618581717c4 /src/line-snapper.h | |
| parent | add destructor to LayerManager that disconnects it signals. see bug: [ 172087... (diff) | |
| download | inkscape-8ed66ab7cb377ed90e3213fc3bba8e5bb0c63a11.tar.gz inkscape-8ed66ab7cb377ed90e3213fc3bba8e5bb0c63a11.zip | |
Oops, don't use tabs! (replace tabs by 4 spaces)
(bzr r4020)
Diffstat (limited to 'src/line-snapper.h')
| -rw-r--r-- | src/line-snapper.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/line-snapper.h b/src/line-snapper.h index a15e6ae2d..8c307da53 100644 --- a/src/line-snapper.h +++ b/src/line-snapper.h @@ -26,19 +26,19 @@ protected: private: void _doFreeSnap(SnappedConstraints &sc, - Inkscape::Snapper::PointType const &t, - NR::Point const &p, - bool const &first_point, + Inkscape::Snapper::PointType const &t, + NR::Point const &p, + bool const &first_point, std::vector<NR::Point> &points_to_snap, std::list<SPItem const *> const &it) const; void _doConstrainedSnap(SnappedConstraints &sc, - Inkscape::Snapper::PointType const &t, - NR::Point const &p, - bool const &first_point, + Inkscape::Snapper::PointType const &t, + NR::Point const &p, + bool const &first_point, std::vector<NR::Point> &points_to_snap, ConstraintLine const &c, - std::list<SPItem const *> const &it) const; + std::list<SPItem const *> const &it) const; /** * \param p Point that we are trying to snap. |
