summaryrefslogtreecommitdiff
path: root/src/sound/allegro_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/allegro_s.h')
-rw-r--r--src/sound/allegro_s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/allegro_s.h b/src/sound/allegro_s.h
index 307d10fca..6d40c5876 100644
--- a/src/sound/allegro_s.h
+++ b/src/sound/allegro_s.h
@@ -15,7 +15,7 @@
/** Implementation of the allegro sound driver. */
class SoundDriver_Allegro : public SoundDriver {
public:
- const char *Start(const char * const *param);
+ const char *Start(const StringList &param);
void Stop();