-rw-r--r-- | agg-plot/lua-plot-cpp.h | 2 |
diff --git a/agg-plot/lua-plot-cpp.h b/agg-plot/lua-plot-cpp.h index 6bfbe751..a9cfb45a 100644 --- a/agg-plot/lua-plot-cpp.h +++ b/agg-plot/lua-plot-cpp.h @@ -28,6 +28,8 @@ public: static lua_plot *check(lua_State *L, int index); int window_id; + int slot_id; + int id; }; |