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/affine.cpp | |
| parent | cppcheck (diff) | |
| download | inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.tar.gz inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.zip | |
Synchronized 2geom to revision 2058
(bzr r10978)
Diffstat (limited to 'src/2geom/affine.cpp')
| -rw-r--r-- | src/2geom/affine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/affine.cpp b/src/2geom/affine.cpp index 1be5d9fe8..0ef6d2708 100644 --- a/src/2geom/affine.cpp +++ b/src/2geom/affine.cpp @@ -22,7 +22,7 @@ namespace Geom { \return The new Affine. */ //NOTE: Inkscape's version is broken, so when including this version, you'll have to search for code with this func -Affine from_basis(Point const x_basis, Point const y_basis, Point const offset) { +Affine from_basis(Point const &x_basis, Point const &y_basis, Point const &offset) { return Affine(x_basis[X], x_basis[Y], y_basis[X], y_basis[Y], offset [X], offset [Y]); |
