mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 03:33:54 +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