mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-18 17:54:34 +00:00
refactor(Core/Misc): add braces and impove codestyle (#6402)
This commit is contained in:
@@ -22,7 +22,9 @@ namespace Acore
|
||||
void decReference()
|
||||
{
|
||||
if (!--m_refs)
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
}
|
||||
private:
|
||||
std::atomic_long m_refs;
|
||||
|
||||
Reference in New Issue
Block a user