aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
authorMax Horn2009-05-31 16:59:45 +0000
committerMax Horn2009-05-31 16:59:45 +0000
commit400d2b10af56093e4a4aea650da392bd2c152af8 (patch)
treefd25cc91b964a84552844c0acc170fc28f47f263 /engines/gob/videoplayer.h
parent010fbadf012324fb4f82ea2acdc77917f83fa4bf (diff)
downloadscummvm-rg350-400d2b10af56093e4a4aea650da392bd2c152af8.tar.gz
scummvm-rg350-400d2b10af56093e4a4aea650da392bd2c152af8.tar.bz2
scummvm-rg350-400d2b10af56093e4a4aea650da392bd2c152af8.zip
GOB: Replaced many uses of strdupcpy by Common::String
svn-id: r41077
Diffstat (limited to 'engines/gob/videoplayer.h')
-rw-r--r--engines/gob/videoplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/videoplayer.h b/engines/gob/videoplayer.h
index 97cd9f2fd0..eaa0418b68 100644
--- a/engines/gob/videoplayer.h
+++ b/engines/gob/videoplayer.h
@@ -27,6 +27,7 @@
#define GOB_VIDEOPLAYER_H
#include "common/array.h"
+#include "common/str.h"
#include "graphics/video/coktelvideo/coktelvideo.h"
@@ -126,7 +127,7 @@ private:
private:
GobEngine *_vm;
- char *_fileName;
+ Common::String _fileName;
DataStream *_stream;
Graphics::CoktelVideo *_video;
Graphics::CoktelVideo::State _state;