diff options
author | chai <chaifix@163.com> | 2018-12-08 11:53:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-08 11:53:02 +0800 |
commit | d34e5c9d7c6135e805f2cc231411cdcc9910190c (patch) | |
tree | 4ebb6e0b438269f8fe557de5ef85e82487febfc7 /src/lua/common/je_lua_object.h | |
parent | 39f653eb882dffa2f69209d192093f23588ff176 (diff) |
*misc
Diffstat (limited to 'src/lua/common/je_lua_object.h')
-rw-r--r-- | src/lua/common/je_lua_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/common/je_lua_object.h b/src/lua/common/je_lua_object.h index 15fa6e4..296ee03 100644 --- a/src/lua/common/je_lua_object.h +++ b/src/lua/common/je_lua_object.h @@ -23,7 +23,7 @@ namespace JinEngine const char* getObjectType(); - SharedBase* getSharedBase(); + SharedBase* getShared(); template<class T> Shared<T>& getShared() |