MADS: Add override keywords
This commit is contained in:
parent
53fdcfbf0e
commit
5aef420e17
33 changed files with 988 additions and 988 deletions
|
@ -221,7 +221,7 @@ public:
|
|||
/**
|
||||
* Loads an interface from a specified resource
|
||||
*/
|
||||
virtual void load(const Common::String &resName);
|
||||
void load(const Common::String &resName) override;
|
||||
|
||||
/**
|
||||
* Set up the interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue