mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
refactor(Core): apply clang-tidy modernize-use-override (#3817)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace acore
|
||||
class SignalHandler : public ACE_Event_Handler
|
||||
{
|
||||
public:
|
||||
int handle_signal(int SigNum, siginfo_t* = NULL, ucontext_t* = NULL)
|
||||
int handle_signal(int SigNum, siginfo_t* = NULL, ucontext_t* = NULL) override
|
||||
{
|
||||
HandleSignal(SigNum);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user