mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
Core/Misc: Remove obsolete C++11 backward compatibility macros
OVERRIDE, FINAL, DELETE_MEMBER
This commit is contained in:
@@ -43,7 +43,7 @@ class example_commandscript : public CommandScript
|
||||
return true;
|
||||
}
|
||||
|
||||
ChatCommand* GetCommands() const OVERRIDE
|
||||
ChatCommand* GetCommands() const override
|
||||
{
|
||||
static ChatCommand HelloWorldCommandTable[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user