fix -Winconsistent-missing-override

This commit is contained in:
wmayer
2019-10-20 13:23:41 +02:00
parent 5ba9bc6a16
commit c71c893a50
5 changed files with 10 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ public:
{
Base::Console().DetachObserver(this);
}
const char* Name()
const char* Name() override
{
return "SplashObserver";
}