mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 11:57:25 +00:00
AUDIO: Add missing override keyword
This commit is contained in:
parent
8881e7cb20
commit
ab1ad5fd8a
@ -154,7 +154,7 @@ public:
|
||||
}
|
||||
|
||||
// RewindableAudioStream API
|
||||
bool rewind() {
|
||||
bool rewind() override {
|
||||
Player_SetPosition(0);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user