summaryrefslogtreecommitdiff
path: root/src/music/os2_m.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/music/os2_m.h')
-rw-r--r--src/music/os2_m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/os2_m.h b/src/music/os2_m.h
index d0a4809b2..a60f5bbfc 100644
--- a/src/music/os2_m.h
+++ b/src/music/os2_m.h
@@ -15,7 +15,7 @@
/** OS/2's music player. */
class MusicDriver_OS2 : public MusicDriver {
public:
- const char *Start(const char * const *param) override;
+ const char *Start(const StringList &param) override;
void Stop() override;