From b2c7bb0b283dd2a80f345e26c042d6ffaf05209c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 22 Jul 2018 12:28:03 +0800 Subject: update --- src/lua/luaopen_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lua/luaopen_types.h') diff --git a/src/lua/luaopen_types.h b/src/lua/luaopen_types.h index ed0d16d..8c1756f 100644 --- a/src/lua/luaopen_types.h +++ b/src/lua/luaopen_types.h @@ -18,12 +18,12 @@ namespace lua class Proxy { public: - inline void bind(void* obj) + inline void bind(const void* obj) { object = obj; } - void* object; + const void* object; }; } -- cgit v1.1-26-g67d0