This commit is contained in:
朱子楚\zhuzi
2024-04-12 16:50:49 +08:00
parent 0ab315e258
commit 44f7948df3
5 changed files with 9 additions and 13 deletions

View File

@ -21,4 +21,4 @@ private: \
public: \
static Class* getInstance() { \
return Singleton<Class>::getInstance(); \
} \
}