-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 |