summaryrefslogtreecommitdiff
path: root/src/video/allegro_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/allegro_v.h')
-rw-r--r--src/video/allegro_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/allegro_v.h b/src/video/allegro_v.h
index fb7b84ee2..641e3d6c2 100644
--- a/src/video/allegro_v.h
+++ b/src/video/allegro_v.h
@@ -15,7 +15,7 @@
/** The allegro video driver. */
class VideoDriver_Allegro : public VideoDriver {
public:
- const char *Start(const char * const *param) override;
+ const char *Start(const StringList &param) override;
void Stop() override;