aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/movieplayer.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-31 11:49:39 +0000
committerEugene Sandulenko2010-10-12 22:15:10 +0000
commitbed623b11ef007bb46b26f1f995b6073914383c5 (patch)
tree823c2cf9aeea3e45256f2e08cbdf147c76aa1eb9 /engines/sword25/fmv/movieplayer.h
parent6a55700935983efc0d7e9fd37563c14dcc199027 (diff)
downloadscummvm-rg350-bed623b11ef007bb46b26f1f995b6073914383c5.tar.gz
scummvm-rg350-bed623b11ef007bb46b26f1f995b6073914383c5.tar.bz2
scummvm-rg350-bed623b11ef007bb46b26f1f995b6073914383c5.zip
SWORD25: Fix compilation
svn-id: r53193
Diffstat (limited to 'engines/sword25/fmv/movieplayer.h')
-rw-r--r--engines/sword25/fmv/movieplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/fmv/movieplayer.h b/engines/sword25/fmv/movieplayer.h
index 365ec99af5..9988b5e182 100644
--- a/engines/sword25/fmv/movieplayer.h
+++ b/engines/sword25/fmv/movieplayer.h
@@ -71,7 +71,7 @@ public:
* @param Z Z indicates the position of the film on the main graphics layer
* @return Returns false if an error occured while loading, otherwise true.
*/
- virtual bool LoadMovie(const std::string & Filename, unsigned int Z) = 0;
+ virtual bool LoadMovie(const Common::String &Filename, unsigned int Z) = 0;
/**
* Unloads the currently loaded movie file.