修复编译警告
This commit is contained in:
parent
5e56564265
commit
624900586c
@ -48,5 +48,5 @@ public:
|
||||
extern "C" CORE_API inline T* get_##T() { return &g_##T; }
|
||||
#else
|
||||
#define DEFINE_SINGLETON_INSTANCE(T) \
|
||||
extern "C" CORE_API inline T* get_##T();
|
||||
extern "C" CORE_API T* get_##T();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user