author | Francesco Abbate <francesco.bbt@gmail.com> | 2010年09月07日 23:40:05 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2010年09月07日 23:40:05 +0200 |
commit | d50cced431bcf32ded6a58a8ffad6e642b7d410b (patch) | |
tree | cb5c33a3bfe359d1b8a78901e3297f56a985cbd8 /agg-plot/lua-plot-cpp.h | |
parent | 8b197f7c910e80c791082e925da4535b780a90be (diff) | |
download | gsl-shell-d50cced431bcf32ded6a58a8ffad6e642b7d410b.tar.gz |
-rw-r--r-- | agg-plot/lua-plot-cpp.h | 14 |
diff --git a/agg-plot/lua-plot-cpp.h b/agg-plot/lua-plot-cpp.h index a3420708..d360decd 100644 --- a/agg-plot/lua-plot-cpp.h +++ b/agg-plot/lua-plot-cpp.h @@ -7,20 +7,10 @@ extern "C" { #include "lua.h" } -#include "plot.h" +#include "plot-auto.h" #include "resource-manager.h" #include "drawable.h" -class lua_plot { -public: - typedef plot<drawable, lua_management> plot_type; - - lua_plot() : m_plot() { }; - - plot_type& self() { return m_plot; }; - -private: - plot_type m_plot; -}; +typedef plot<drawable, lua_management> lua_plot; #endif |