mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
class WorldRunnable : public acore::Runnable
|
||||
{
|
||||
public:
|
||||
void run();
|
||||
void run() override;
|
||||
};
|
||||
|
||||
class AuctionListingRunnable : public acore::Runnable
|
||||
{
|
||||
public:
|
||||
void run();
|
||||
void run() override;
|
||||
};
|
||||
#endif
|
||||
/// @}
|
||||
|
||||
Reference in New Issue
Block a user