summaryrefslogtreecommitdiffstats
path: root/src/sp-flowregion.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-06-07 01:19:18 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-06-07 01:19:18 +0000
commit48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae (patch)
tree9e66e429e2025fb99b28511231f87c533c15e865 /src/sp-flowregion.cpp
parentClean up some unnecessary pointer usage in livarot (diff)
downloadinkscape-48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae.tar.gz
inkscape-48ddc5ea8c9ee44c7ae388d43f9be9552acf64ae.zip
Undo changes in r13391
(bzr r13341.1.51)
Diffstat (limited to 'src/sp-flowregion.cpp')
-rw-r--r--src/sp-flowregion.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp-flowregion.cpp b/src/sp-flowregion.cpp
index 37170c9e6..709e9e464 100644
--- a/src/sp-flowregion.cpp
+++ b/src/sp-flowregion.cpp
@@ -1,5 +1,4 @@
/*
- * TODO: clean this up
*/
#ifdef HAVE_CONFIG_H
@@ -383,7 +382,7 @@ static void GetDest(SPObject* child,Shape **computed)
temp->LoadPathVector(curve->get_pathvector(), tr_mat, true);
Shape* n_shp=new Shape;
temp->Convert(0.25);
- temp->Fill(*n_shp,0);
+ temp->Fill(n_shp,0);
Shape* uncross=new Shape;
SPStyle* style = u_child->style;
if ( style && style->fill_rule.computed == SP_WIND_RULE_EVENODD ) {