author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月26日 23:07:49 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月26日 23:07:49 +0200 |
commit | 7c09c1f9527ea7ab8accef1c9d68d9a251c2bb8d (patch) | |
tree | 1f02e61df5a6eae90fa09b2ed3823db154e8cd25 /agg-plot/sg_object.h | |
parent | 822de113f7d3b9f7bbd0a80159808e0fa3dcdc51 (diff) | |
download | gsl-shell-7c09c1f9527ea7ab8accef1c9d68d9a251c2bb8d.tar.gz |
-rw-r--r-- | agg-plot/sg_object.h | 2 |
diff --git a/agg-plot/sg_object.h b/agg-plot/sg_object.h index 00dabda1..26b06af2 100644 --- a/agg-plot/sg_object.h +++ b/agg-plot/sg_object.h @@ -47,7 +47,7 @@ struct sg_object : public vertex_source { str path; svg_property_list* ls = this->svg_path(path, h); str s = svg_fill_path(path, id, c, ls); - list::free(ls); + svg_property_list::free(ls); return s; } |