diff options
author | chai <chaifix@163.com> | 2019-03-26 09:09:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-26 09:09:02 +0800 |
commit | d9041d6e12ded456c17622f7f2e7bbacb9e99b1a (patch) | |
tree | 6fd4febeb79b9b5efb5341ea352e05cd7752f5e8 /source/libs/asura-lib-utils/io/file_data.h | |
parent | 70f8aa8d1a3c15bd1eee3cdd88b9b9ce8970fae5 (diff) |
*misc
Diffstat (limited to 'source/libs/asura-lib-utils/io/file_data.h')
-rw-r--r-- | source/libs/asura-lib-utils/io/file_data.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/libs/asura-lib-utils/io/file_data.h b/source/libs/asura-lib-utils/io/file_data.h index e20f41b..106e068 100644 --- a/source/libs/asura-lib-utils/io/file_data.h +++ b/source/libs/asura-lib-utils/io/file_data.h @@ -24,6 +24,8 @@ namespace AsuraEngine LUAX_DECL_FACTORY(FileData); + ~FileData(); + /// /// ļݣͨDatabufferݺʹСڲӿڶData bufferΪҲdata buffer /// @@ -38,7 +40,6 @@ namespace AsuraEngine friend class Filesystem; FileData(const std::string& name); - ~FileData(); /// /// data buffer |