diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
| commit | 1079b1b4c0331e5d4bd62f3c93349aec50f520f0 (patch) | |
| tree | 50b185ea8e291e6bdbbd36dddc76820e88f44309 /src/2geom/pathvector.h | |
| parent | Remove the dom/work directory (diff) | |
| download | inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.tar.gz inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.zip | |
Update 2Geom to pull in integer rectangle class
(bzr r10347.1.1)
Diffstat (limited to 'src/2geom/pathvector.h')
| -rw-r--r-- | src/2geom/pathvector.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h index 2f45b9d86..2b690a005 100644 --- a/src/2geom/pathvector.h +++ b/src/2geom/pathvector.h @@ -1,10 +1,9 @@ /** * \file - * \brief PathVector - std::vector containing Geom::Path + * \brief PathVector - std::vector containing Geom::Path. * This file provides a set of operations that can be performed on PathVector, * e.g. an affine transform. - */ -/* + *//* * Authors: * Johan Engelen <goejendaagh@zonnet.nl> * @@ -34,8 +33,8 @@ * the specific language governing rights and limitations. */ -#ifndef SEEN_GEOM_PATHVECTOR_H -#define SEEN_GEOM_PATHVECTOR_H +#ifndef LIB2GEOM_SEEN_PATHVECTOR_H +#define LIB2GEOM_SEEN_PATHVECTOR_H #include <2geom/forward.h> #include <2geom/path.h> @@ -122,11 +121,9 @@ Point pointAt(PathVector const & path_in, PathVectorPosition const pvp) { return path_in[pvp.path_nr].pointAt(pvp.t); } - - } // end namespace Geom -#endif // SEEN_GEOM_PATHVECTOR_H +#endif // LIB2GEOM_SEEN_PATHVECTOR_H /* Local Variables: |
