diff options
author | chai <chaifix@163.com> | 2021-10-26 13:39:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 13:39:42 +0800 |
commit | 5a7824ae15742c0280e569c81f0923afab33f517 (patch) | |
tree | 19c9f3bfc15e5c739adcc7d0e69aad1794c67df3 /Runtime/Common/DataBuffer.h | |
parent | 3b79158563fd2f7f72d502067f178d60c31b2c28 (diff) |
*config
Diffstat (limited to 'Runtime/Common/DataBuffer.h')
-rw-r--r-- | Runtime/Common/DataBuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Runtime/Common/DataBuffer.h b/Runtime/Common/DataBuffer.h index 591fe89..1d66546 100644 --- a/Runtime/Common/DataBuffer.h +++ b/Runtime/Common/DataBuffer.h @@ -18,7 +18,6 @@ public: int length; private: - LUA_BIND_DECL_CLASS(DataBuffer); LUA_BIND_DECL_METHOD(_GetLength); |