refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
parent
9facd81e54
commit
d4a58700d4
561 changed files with 9574 additions and 9574 deletions
|
|
@ -133,7 +133,7 @@ class PatcherRunnable: public acore::Runnable
|
|||
{
|
||||
public:
|
||||
PatcherRunnable(class AuthSocket*);
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
private:
|
||||
AuthSocket* mySocket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue