mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
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:
@@ -43,7 +43,7 @@ class example_commandscript : public CommandScript
|
||||
return true;
|
||||
}
|
||||
|
||||
ChatCommand* GetCommands() const
|
||||
ChatCommand* GetCommands() const OVERRIDE
|
||||
{
|
||||
static ChatCommand HelloWorldCommandTable[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user