diff options
Diffstat (limited to 'dep/include/zthread/Singleton.h')
-rw-r--r-- | dep/include/zthread/Singleton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/include/zthread/Singleton.h b/dep/include/zthread/Singleton.h index b8f0d1ea842..c9711751013 100644 --- a/dep/include/zthread/Singleton.h +++ b/dep/include/zthread/Singleton.h @@ -247,3 +247,4 @@ T* Singleton<T, InstantiationPolicy, LockType>::instance() { #endif + |