diff options
Diffstat (limited to 'src/lua/jin.cpp')
-rw-r--r-- | src/lua/jin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/jin.cpp b/src/lua/jin.cpp index 26b5f04..186b9b2 100644 --- a/src/lua/jin.cpp +++ b/src/lua/jin.cpp @@ -65,7 +65,7 @@ namespace JinEngine }; /* sub modules */ - LUA_IMPLEMENT const luax_Ref mods[] = { + LUA_IMPLEMENT const luax_Reg mods[] = { { "core", luaopen_core }, { "event", luaopen_event }, { "graphics", luaopen_graphics }, |