summaryrefslogtreecommitdiffstats
path: root/src/sp-flowregion.cpp
diff options
context:
space:
mode:
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 ) {