aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/movie.h')
-rw-r--r--engines/toon/movie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/movie.h b/engines/toon/movie.h
index 7e443fd8ab..2cd33302f2 100644
--- a/engines/toon/movie.h
+++ b/engines/toon/movie.h
@@ -45,7 +45,7 @@ public:
virtual ~Movie(void);
void init() const;
- void play(Common::String video, int32 flags = 0);
+ void play(const Common::String &video, int32 flags = 0);
bool isPlaying() { return _playing; }
protected: