mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Mark MidiDriver_Sndio and MidiDriver_ALSA overridden methods with override. Removes compile warnings: `overrides a member function but is not marked 'override'` when building with clang.