mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
This commit is contained in:
@@ -188,7 +188,7 @@ AuthSocket::AuthSocket(RealmSocket& socket) :
|
||||
}
|
||||
|
||||
// Close patch file descriptor before leaving
|
||||
AuthSocket::~AuthSocket() { }
|
||||
AuthSocket::~AuthSocket() = default;
|
||||
|
||||
// Accept the connection
|
||||
void AuthSocket::OnAccept()
|
||||
|
||||
Reference in New Issue
Block a user