mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -83,7 +83,7 @@ class GameEventMgr
|
||||
{
|
||||
private:
|
||||
GameEventMgr();
|
||||
~GameEventMgr() {};
|
||||
~GameEventMgr() = default;;
|
||||
|
||||
public:
|
||||
static GameEventMgr* instance();
|
||||
|
||||
Reference in New Issue
Block a user