[Scummvm-git-logs] scummvm master -> 8882ad004090e3957759b908eb9404b46dabf181
NMIError
60350957+NMIError at users.noreply.github.com
Tue Dec 8 21:49:55 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8882ad0040 GROOVIE: Fix virtual function hiding warnings
Commit: 8882ad004090e3957759b908eb9404b46dabf181
https://github.com/scummvm/scummvm/commit/8882ad004090e3957759b908eb9404b46dabf181
Author: NMIError (crampen at gmail.com)
Date: 2020-12-08T22:49:40+01:00
Commit Message:
GROOVIE: Fix virtual function hiding warnings
Changed paths:
engines/groovie/music.h
diff --git a/engines/groovie/music.h b/engines/groovie/music.h
index 744b5bbff1..1525cd7220 100644
--- a/engines/groovie/music.h
+++ b/engines/groovie/music.h
@@ -144,7 +144,9 @@ public:
MusicPlayerXMI(GroovieEngine *vm, const Common::String >lName);
~MusicPlayerXMI();
+ using MusicPlayerMidi::send;
void send(int8 source, uint32 b) override;
+ using MusicPlayerMidi::metaEvent;
void metaEvent(int8 source, byte type, byte *data, uint16 length) override;
void stopAllNotes(bool stopSustainedNotes) override;
void processXMIDITimbreChunk(const byte *timbreListPtr, uint32 timbreListSize) override {
More information about the Scummvm-git-logs
mailing list