Use override keyword when overriding virtual methods

This commit is contained in:
L 2023-01-31 19:28:10 +01:00
parent d389759a4d
commit b8c56cc23c
62 changed files with 359 additions and 343 deletions

View file

@ -2389,11 +2389,6 @@ ScriptVariable ScriptVariable::operator--( int )
return *this;
}
CLASS_DECLARATION( Class, ScriptVariable, NULL )
{
{ NULL, NULL }
};
#ifndef NO_SCRIPTENGINE
ScriptVariableList::ScriptVariableList()