From 400d2b10af56093e4a4aea650da392bd2c152af8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 31 May 2009 16:59:45 +0000 Subject: GOB: Replaced many uses of strdupcpy by Common::String svn-id: r41077 --- engines/gob/videoplayer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/gob/videoplayer.h') 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; -- cgit v1.2.3