diff options
author | chai <chaifix@163.com> | 2018-08-16 14:27:08 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-16 14:27:08 +0800 |
commit | 7f7f6b3f19703eaeaad3801e47749e0173faa2fc (patch) | |
tree | 6b1da7ad1e89df560acdf8bdd41808ff6fdda00f /src/lua/luaopen_types.h | |
parent | 8585c92b7d0744a1f1a39c872cf5096621161b6c (diff) |
*update
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 |