diff options
author | chai <chaifix@163.com> | 2021-10-30 12:16:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-30 12:16:59 +0800 |
commit | b2433cf2faf5c5c3d82d61c7b44928923c5fdcda (patch) | |
tree | b6a9b75ec0f8da057f5987357c1051e9f845bcc3 /Runtime/Common/DataBuffer.h | |
parent | 53364ddc2e09362cb17432abf4fb598557554a9f (diff) |
+freetype
Diffstat (limited to 'Runtime/Common/DataBuffer.h')
-rw-r--r-- | Runtime/Common/DataBuffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Runtime/Common/DataBuffer.h b/Runtime/Common/DataBuffer.h index 1d66546..74d2b02 100644 --- a/Runtime/Common/DataBuffer.h +++ b/Runtime/Common/DataBuffer.h @@ -6,6 +6,9 @@ class DataBuffer : public LuaBind::NativeClass<DataBuffer> { public: + DataBuffer() + :NativeClass<DataBuffer>() + {} DataBuffer(LuaBind::VM* vm) :NativeClass<DataBuffer>(vm) {}; |