Misc: Use override and final C++11 keywords in a few places (mostly scripts)

OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not  support C++11)
This commit is contained in:
Nay
2013-07-06 20:21:45 +01:00
parent 0c911af24c
commit 3561ab98ba
577 changed files with 8945 additions and 8757 deletions
@@ -43,7 +43,7 @@ class example_commandscript : public CommandScript
return true;
}
ChatCommand* GetCommands() const
ChatCommand* GetCommands() const OVERRIDE
{
static ChatCommand HelloWorldCommandTable[] =
{