aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index fb74ec83bc..3126fdd4fc 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -194,7 +194,7 @@ public:
void handleAnimation();
protected:
- static Common::String convertMystVideoName(Common::String name);
+ static Common::String convertMystVideoName(const Common::String &name);
Common::String _videoFile;
uint16 _left;
uint16 _top;
@@ -343,7 +343,7 @@ public:
Common::SeekableReadStream *getRawData(uint32 tag, uint16 id);
- Common::String wrapMovieFilename(Common::String movieName, uint16 stack);
+ Common::String wrapMovieFilename(const Common::String &movieName, uint16 stack);
void reloadSaveList();
void runLoadDialog();