diff --git a/engines/wintermute/video/video_subtitler.h b/engines/wintermute/video/video_subtitler.h index 38fdf895087..b369d0bff82 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 _subtitles; + long _lastSample; }; } // End of namespace Wintermute