mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
GROOVIE: Added override keyword
This commit is contained in:
parent
12fe207f86
commit
fdafab949c
@ -213,7 +213,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual Common::String getFilename(uint32 fileref);
|
||||
void updateVolume();
|
||||
void updateVolume() override;
|
||||
bool load(uint32 fileref, bool loop) override;
|
||||
void unload(bool updateState = true) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user