aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video/video_subtitler.h
diff options
context:
space:
mode:
authorTobia Tesan2014-02-07 12:35:50 +0100
committerTobia Tesan2014-10-15 21:36:45 +0200
commit581aff7f8f0938e71c3c7b8f197269e9a7146f93 (patch)
treea62ea34b241fe0c702e056bd1f0d942b9abfeb5d /engines/wintermute/video/video_subtitler.h
parenta78a4d40dd1be6649f83a9411311d9210f1ddeea (diff)
downloadscummvm-rg350-581aff7f8f0938e71c3c7b8f197269e9a7146f93.tar.gz
scummvm-rg350-581aff7f8f0938e71c3c7b8f197269e9a7146f93.tar.bz2
scummvm-rg350-581aff7f8f0938e71c3c7b8f197269e9a7146f93.zip
WINTERMUTE: Keep a bunch of attrs private in VideoSubtitler
Diffstat (limited to 'engines/wintermute/video/video_subtitler.h')
-rw-r--r--engines/wintermute/video/video_subtitler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h
index 38fdf89508..b369d0bff8 100644
--- a/engines/wintermute/video/video_subtitler.h
+++ b/engines/wintermute/video/video_subtitler.h
@@ -45,8 +45,9 @@ public:
bool loadSubtitles(const Common::String &filename, const Common::String &subtitleFile);
bool display();
bool update(long frame);
- long _lastSample;
+private:
Common::Array<VideoSubtitle *> _subtitles;
+ long _lastSample;
};
} // End of namespace Wintermute