summaryrefslogtreecommitdiff
path: root/src/sound/cocoa_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/cocoa_s.h')
-rw-r--r--src/sound/cocoa_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/cocoa_s.h b/src/sound/cocoa_s.h
index 43646504d..dca542191 100644
--- a/src/sound/cocoa_s.h
+++ b/src/sound/cocoa_s.h
@@ -14,7 +14,7 @@
class SoundDriver_Cocoa : public SoundDriver {
public:
- const char *Start(const char * const *param) override;
+ const char *Start(const StringList &param) override;
void Stop() override;
const char *GetName() const override { return "cocoa"; }