diff options
author | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
commit | 160e1299ef3d95f8e8c48706d7f61dd3dc6c6b60 (patch) | |
tree | abe5ae5242d9cc6caf6edf103e662c44e978fca0 /src/libjin/common/object.h | |
parent | e095043485d1d298571af6d9eca7f0db9009ea7a (diff) |
Diffstat (limited to 'src/libjin/common/object.h')
-rw-r--r-- | src/libjin/common/object.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/libjin/common/object.h b/src/libjin/common/object.h index 581500f..860a7ab 100644 --- a/src/libjin/common/object.h +++ b/src/libjin/common/object.h @@ -4,15 +4,15 @@ namespace JinEngine { - /// - /// Base class of all classes in libjin. - /// - class Object - { - public: - virtual ~Object() {}; + /// + /// Base class of all classes in libjin. + /// + class Object + { + public: + virtual ~Object() {}; - }; + }; } // namespace JinEngine |