diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-06-07 01:19:18 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-06-07 01:19:18 +0000 |
| commit | 48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae (patch) | |
| tree | 9e66e429e2025fb99b28511231f87c533c15e865 /src/livarot/PathConversion.cpp | |
| parent | Clean up some unnecessary pointer usage in livarot (diff) | |
| download | inkscape-48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae.tar.gz inkscape-48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae.zip | |
Undo changes in r13391
(bzr r13341.1.51)
Diffstat (limited to 'src/livarot/PathConversion.cpp')
| -rw-r--r-- | src/livarot/PathConversion.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/livarot/PathConversion.cpp b/src/livarot/PathConversion.cpp index 0ef88841a..42df898e6 100644 --- a/src/livarot/PathConversion.cpp +++ b/src/livarot/PathConversion.cpp @@ -1269,9 +1269,8 @@ void Path::RecBezierTo(Geom::Point const &iP, Geom::Point const &iS,Geom::Point * in a path description ( you need to have prepared the back data for that, of course) */ -void Path::Fill(Shape& destr, int pathID, bool justAdd, bool closeIfNeeded, bool invert) +void Path::Fill(Shape* dest, int pathID, bool justAdd, bool closeIfNeeded, bool invert) { - Shape* dest = &destr; if ( dest == NULL ) { return; } |
