WINTERMUTE: Keep a bunch of attrs private in VideoSubtitler

This commit is contained in:
Tobia Tesan 2014-02-07 12:35:50 +01:00
parent a78a4d40dd
commit 581aff7f8f

View File

@ -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