From 37bc2f806462b3c2a84891b3aad6db00e935da86 Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Sun, 17 May 2020 23:32:08 +0200 Subject: Codechange: Use std::string in the driver and blitter selection code. --- src/sound/allegro_s.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound/allegro_s.h') 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 ¶m); void Stop(); -- cgit v1.2.3-54-g00ecf