diff options
Diffstat (limited to 'src/music/fluidsynth.h')
-rw-r--r-- | src/music/fluidsynth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/fluidsynth.h b/src/music/fluidsynth.h index 71d43fec4..91543662d 100644 --- a/src/music/fluidsynth.h +++ b/src/music/fluidsynth.h @@ -15,7 +15,7 @@ /** Music driver making use of FluidSynth. */ class MusicDriver_FluidSynth : public MusicDriver { public: - const char *Start(const char * const *param) override; + const char *Start(const StringList ¶m) override; void Stop() override; |