summaryrefslogtreecommitdiff
path: root/Runtime/Common
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 13:39:42 +0800
committerchai <chaifix@163.com>2021-10-26 13:39:42 +0800
commit5a7824ae15742c0280e569c81f0923afab33f517 (patch)
tree19c9f3bfc15e5c739adcc7d0e69aad1794c67df3 /Runtime/Common
parent3b79158563fd2f7f72d502067f178d60c31b2c28 (diff)
*config
Diffstat (limited to 'Runtime/Common')
-rw-r--r--Runtime/Common/DataBuffer.h1
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);