summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_areastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_areastore.h')
-rw-r--r--src/script/lua_api/l_areastore.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/script/lua_api/l_areastore.h b/src/script/lua_api/l_areastore.h
index 4bd94cebe..8292e7712 100644
--- a/src/script/lua_api/l_areastore.h
+++ b/src/script/lua_api/l_areastore.h
@@ -22,14 +22,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "lua_api/l_base.h"
-
class AreaStore;
-class LuaAreaStore : public ModApiBase {
+class LuaAreaStore : public ModApiBase
+{
private:
-
static const char className[];
- static const luaL_reg methods[];
+ static const luaL_Reg methods[];
static int gc_object(lua_State *L);