aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_theora_player.h
diff options
context:
space:
mode:
authorTobia Tesan2014-10-15 20:29:41 +0200
committerTobia Tesan2014-10-15 21:36:38 +0200
commit621a068c0065783bba0430f57b71112d7e42a5a9 (patch)
treed7ed108ce65e6a30b81161076eb3cbfef6d25c31 /engines/wintermute/video/video_theora_player.h
parentad5fde9db3767bee7af4e8c23277a07cad705de7 (diff)
downloadscummvm-rg350-621a068c0065783bba0430f57b71112d7e42a5a9.tar.gz
scummvm-rg350-621a068c0065783bba0430f57b71112d7e42a5a9.tar.bz2
scummvm-rg350-621a068c0065783bba0430f57b71112d7e42a5a9.zip
WINTERMUTE: Mass ScummVM-style renaming in subtitles code
Diffstat (limited to 'engines/wintermute/video/video_theora_player.h')
-rw-r--r--engines/wintermute/video/video_theora_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_theora_player.h b/engines/wintermute/video/video_theora_player.h
index 2d79c5404b..698326c29c 100644
--- a/engines/wintermute/video/video_theora_player.h
+++ b/engines/wintermute/video/video_theora_player.h
@@ -60,7 +60,7 @@ public:
Common::String _filename;
BaseSurface *_texture;
- CVidSubtitler *_subtitler;
+ VideoSubtitler *_subtitler;
// control methods
bool initialize(const Common::String &filename, const Common::String &subtitleFile = Common::String());