GROOVIE: Added override keyword

This commit is contained in:
Eugene Sandulenko 2021-10-29 00:45:22 +03:00
parent 12fe207f86
commit fdafab949c
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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;