aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.h
diff options
context:
space:
mode:
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;