mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Use override keyword when overriding virtual methods
This commit is contained in:
parent
d389759a4d
commit
b8c56cc23c
62 changed files with 359 additions and 343 deletions
|
@ -2389,11 +2389,6 @@ ScriptVariable ScriptVariable::operator--( int )
|
|||
return *this;
|
||||
}
|
||||
|
||||
CLASS_DECLARATION( Class, ScriptVariable, NULL )
|
||||
{
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
#ifndef NO_SCRIPTENGINE
|
||||
|
||||
ScriptVariableList::ScriptVariableList()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue