-rw-r--r-- | agg-plot/lua-plot.cpp | 2 |
diff --git a/agg-plot/lua-plot.cpp b/agg-plot/lua-plot.cpp index 01b60858..af130527 100644 --- a/agg-plot/lua-plot.cpp +++ b/agg-plot/lua-plot.cpp @@ -82,7 +82,7 @@ static const struct luaL_Reg plot_methods[] = { {"limits", plot_set_limits }, {"pushlayer", plot_push_layer }, {"poplayer", plot_pop_layer }, - {"clear", plot_clear }, + {"clear", plot_clear }, {"__index", plot_index }, {"__newindex", plot_newindex }, {"__gc", plot_free }, |