diff --git a/luad/table.d b/luad/table.d index dbe4802..f90d786 100644 --- a/luad/table.d +++ b/luad/table.d @@ -177,7 +177,7 @@ struct LuaTable { push(); fillStruct(this.state, -1, s); - lua_pop(L, 1); + lua_pop(this.state, 1); } /**