mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
ADL: Add override keywords
This commit is contained in:
parent
ff17803dfc
commit
58499ef0cd
@ -368,7 +368,7 @@ public:
|
||||
return "ADL";
|
||||
}
|
||||
|
||||
const char *getEngineId() const {
|
||||
const char *getEngineId() const override {
|
||||
return "adl";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user