mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
refactor(Core): apply clang-tidy modernize-* (#9975)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -1374,7 +1374,7 @@ class OpcodeHandler
|
||||
{
|
||||
public:
|
||||
OpcodeHandler(char const* name, SessionStatus status) : Name(name), Status(status) { }
|
||||
virtual ~OpcodeHandler() { }
|
||||
virtual ~OpcodeHandler() = default;
|
||||
|
||||
char const* Name;
|
||||
SessionStatus Status;
|
||||
|
||||
Reference in New Issue
Block a user