Core/Misc: Remove obsolete C++11 backward compatibility macros

OVERRIDE, FINAL, DELETE_MEMBER
This commit is contained in:
Dehravor
2014-04-29 16:35:11 +02:00
parent 414554aefa
commit 24ae6a6802
639 changed files with 9594 additions and 9604 deletions
@@ -43,7 +43,7 @@ class example_commandscript : public CommandScript
return true;
}
ChatCommand* GetCommands() const OVERRIDE
ChatCommand* GetCommands() const override
{
static ChatCommand HelloWorldCommandTable[] =
{