summaryrefslogtreecommitdiff
path: root/src/video/null_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/null_v.h')
-rw-r--r--src/video/null_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/null_v.h b/src/video/null_v.h
index ed563bffb..ee83de7e6 100644
--- a/src/video/null_v.h
+++ b/src/video/null_v.h
@@ -18,7 +18,7 @@ private:
uint ticks; ///< Amount of ticks to run.
public:
- const char *Start(const char * const *param) override;
+ const char *Start(const StringList &param) override;
void Stop() override;