mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core: Removed more operator workarounds for ACE_Singleton (missed previously because of inconsistent naming)
--HG-- branch : trunk
This commit is contained in:
@@ -49,7 +49,7 @@ class Config
|
||||
ACE_Configuration_Heap *mConf;
|
||||
};
|
||||
|
||||
#define sConfig (*ACE_Singleton<Config, ACE_Null_Mutex>::instance())
|
||||
#define sConfig ACE_Singleton<Config, ACE_Null_Mutex>::instance()
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user