mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Misc: Remove obsolete C++11 backward compatibility macros
OVERRIDE, FINAL, DELETE_MEMBER
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
|
||||
void SetDelayTime(uint32 t) { _delaytime = t; }
|
||||
|
||||
void run() OVERRIDE
|
||||
void run() override
|
||||
{
|
||||
if (!_delaytime)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user