diff options
Diffstat (limited to 'src/lua/luaopen_types.h')
-rw-r--r-- | src/lua/luaopen_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/luaopen_types.h b/src/lua/luaopen_types.h index b328d44..be59157 100644 --- a/src/lua/luaopen_types.h +++ b/src/lua/luaopen_types.h @@ -102,7 +102,7 @@ namespace lua } Reference* reference; // acctual object binded - const char* type; // type name and metatable name + const char* type; // type name and metatable name }; } // lua |