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/draw_svg.h | |
parent | 822de113f7d3b9f7bbd0a80159808e0fa3dcdc51 (diff) | |
download | gsl-shell-7c09c1f9527ea7ab8accef1c9d68d9a251c2bb8d.tar.gz |
-rw-r--r-- | agg-plot/draw_svg.h | 4 |
diff --git a/agg-plot/draw_svg.h b/agg-plot/draw_svg.h index ba61f86e..a997c5b7 100644 --- a/agg-plot/draw_svg.h +++ b/agg-plot/draw_svg.h @@ -3,7 +3,7 @@ #include "agg_basics.h" #include "agg_color_rgba.h" -#include "my_list.h" +#include "list.h" #include "strpp.h" enum svg_path_property_e { @@ -33,7 +33,7 @@ vertex_flip(VertexSource* vs, double* x, double* y, double h) return cmd; } -typedef pod_list<svg_property_item> svg_property_list; +typedef list<svg_property_item> svg_property_list; template <typename VertexSource> void svg_coords_from_vs(VertexSource* vs, str& s, double h) |