diff options
author | chai <chaifix@163.com> | 2018-07-28 09:58:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 09:58:37 +0800 |
commit | 61301a96d309fe2deef0d0dc2e2bc2f3d4003bf9 (patch) | |
tree | d335e4312b28addf40f13e7f49900e9b5e3058a7 /src/libjin/common/singleton.h | |
parent | 92dab582ccac31be7fa410e7f4fb3789e88a0629 (diff) |
*update
Diffstat (limited to 'src/libjin/common/singleton.h')
-rw-r--r-- | src/libjin/common/singleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/common/singleton.h b/src/libjin/common/singleton.h index a6c7d6d..ff8a9ce 100644 --- a/src/libjin/common/singleton.h +++ b/src/libjin/common/singleton.h @@ -33,6 +33,6 @@ namespace jin #define SINGLETON(T) \ friend Singleton<T> -} +} // jin #endif
\ No newline at end of file |