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-override (#3817)
This commit is contained in:
@@ -133,7 +133,7 @@ class PatcherRunnable: public acore::Runnable
|
||||
{
|
||||
public:
|
||||
PatcherRunnable(class AuthSocket*);
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
private:
|
||||
AuthSocket* mySocket;
|
||||
|
||||
Reference in New Issue
Block a user