mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
@@ -23,7 +23,7 @@ private:
|
||||
Unit* iOwner;
|
||||
public:
|
||||
explicit HostileRefManager(Unit* owner) { iOwner = owner; }
|
||||
~HostileRefManager();
|
||||
~HostileRefManager() override;
|
||||
|
||||
Unit* GetOwner() { return iOwner; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user