author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年06月14日 13:30:15 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年06月14日 13:30:15 +0200 |
commit | f1cc3c79cb0a13eeae34cfdf6bdcf1e7dc5eafc1 (patch) | |
tree | 25f10aca926c8fe306b19b98d1d1958db56a4ae8 /agg-plot/lua-plot-cpp.h | |
parent | dcb16a7faad03a06113ddcdfe9b4740a8d057e29 (diff) | |
download | gsl-shell-f1cc3c79cb0a13eeae34cfdf6bdcf1e7dc5eafc1.tar.gz |
-rw-r--r-- | agg-plot/lua-plot-cpp.h | 5 |
diff --git a/agg-plot/lua-plot-cpp.h b/agg-plot/lua-plot-cpp.h index 2900f248..5f92e499 100644 --- a/agg-plot/lua-plot-cpp.h +++ b/agg-plot/lua-plot-cpp.h @@ -9,9 +9,8 @@ extern "C" { #include "plot-auto.h" #include "resource-manager.h" -#include "sg_object.h" -typedef plot<sg_object, manage_owner> sg_plot; -typedef plot_auto<sg_object, manage_owner> sg_plot_auto; +typedef plot<manage_owner> sg_plot; +typedef plot_auto<manage_owner> sg_plot_auto; #endif |