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