mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Kill copy/move constructors for singleton classes
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
QuestPoolMgr::QuestPoolMgr() = default;
|
||||
QuestPoolMgr::~QuestPoolMgr() = default;
|
||||
|
||||
/*static*/ QuestPoolMgr* QuestPoolMgr::instance()
|
||||
{
|
||||
static QuestPoolMgr instance;
|
||||
|
||||
Reference in New Issue
Block a user