diff options
author | chai <chaifix@163.com> | 2018-12-20 18:29:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-20 18:29:16 +0800 |
commit | 7ae40127f15f8f2cb963a7efeb018f7887ebc1ea (patch) | |
tree | 507bac722297d7dc4a2c97791f824a9a4f29379c /src/libjin/common/je_object.h | |
parent | 4355806c576dbf9371a3d9d5481a81524f58f9e5 (diff) |
*修改文件结构
Diffstat (limited to 'src/libjin/common/je_object.h')
-rw-r--r-- | src/libjin/common/je_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/common/je_object.h b/src/libjin/common/je_object.h index 677b474..581500f 100644 --- a/src/libjin/common/je_object.h +++ b/src/libjin/common/je_object.h @@ -11,6 +11,7 @@ namespace JinEngine { public: virtual ~Object() {}; + }; } // namespace JinEngine |