mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
@@ -19,8 +19,8 @@ class RARunnable : public acore::Runnable
|
||||
{
|
||||
public:
|
||||
RARunnable();
|
||||
virtual ~RARunnable();
|
||||
void run();
|
||||
~RARunnable() override;
|
||||
void run() override;
|
||||
|
||||
private:
|
||||
ACE_Reactor* m_Reactor;
|
||||
|
||||
Reference in New Issue
Block a user