author | francesco-ST <francesco.abbate@st.com> | 2010年10月22日 15:46:07 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年10月22日 15:46:07 +0200 |
commit | e1d06a81b148252b25fea22c47e29abc95e86ea4 (patch) | |
tree | 5ac6593477800de35c1f268fc11214ce07e59a28 /agg-plot/agg-parse-trans.cpp | |
parent | 60e7238f4c48e7653c4627c6bd78b959044687e9 (diff) | |
download | gsl-shell-e1d06a81b148252b25fea22c47e29abc95e86ea4.tar.gz |
-rw-r--r-- | agg-plot/agg-parse-trans.cpp | 2 |
diff --git a/agg-plot/agg-parse-trans.cpp b/agg-plot/agg-parse-trans.cpp index d7f11d17..f7d23786 100644 --- a/agg-plot/agg-parse-trans.cpp +++ b/agg-plot/agg-parse-trans.cpp @@ -324,7 +324,7 @@ parse_graph_args (lua_State *L, agg::rgba8& color) } else if (gs_is_userdata (L, 2, GS_DRAW_DRAWABLE)) { - vertex_source *vs = (vertex_source *) lua_touserdata (L, 2); + drawable *vs = (drawable *) lua_touserdata (L, 2); w = new boxed_drawable(vs); } else |