diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-02-15 07:26:41 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-02-15 07:26:41 +0000 |
| commit | d3a4d543c4d6eb4151b2acad892272cbc1ea3f45 (patch) | |
| tree | f02369e70e001bb296ca98f09cc8ace67100e19b /src/2geom/pathvector.h | |
| parent | cppcheck (diff) | |
| download | inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.tar.gz inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.zip | |
Synchronized 2geom to revision 2058
(bzr r10978)
Diffstat (limited to 'src/2geom/pathvector.h')
| -rw-r--r-- | src/2geom/pathvector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h index 2b690a005..791cb0703 100644 --- a/src/2geom/pathvector.h +++ b/src/2geom/pathvector.h @@ -117,7 +117,7 @@ boost::optional<PathVectorPosition> nearestPoint(PathVector const & path_in, Poi std::vector<PathVectorPosition> allNearestPoints(PathVector const & path_in, Point const& _point, double *distance_squared = NULL); inline -Point pointAt(PathVector const & path_in, PathVectorPosition const pvp) { +Point pointAt(PathVector const & path_in, PathVectorPosition const &pvp) { return path_in[pvp.path_nr].pointAt(pvp.t); } |
