diff options
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); |