mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
@@ -19,7 +19,7 @@ class ACSoapRunnable : public acore::Runnable
|
||||
public:
|
||||
ACSoapRunnable() : _port(0) { }
|
||||
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
void SetListenArguments(const std::string& host, uint16 port)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user