mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 01:29:07 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -164,9 +164,7 @@ protected:
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~ScriptObject()
|
||||
{
|
||||
}
|
||||
virtual ~ScriptObject() = default;
|
||||
|
||||
private:
|
||||
|
||||
@@ -177,9 +175,7 @@ template<class TObject> class UpdatableScript
|
||||
{
|
||||
protected:
|
||||
|
||||
UpdatableScript()
|
||||
{
|
||||
}
|
||||
UpdatableScript() = default;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user