summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_view.h')
-rw-r--r--src/wx/subtitle_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h
index f88bb490f..43a622705 100644
--- a/src/wx/subtitle_view.h
+++ b/src/wx/subtitle_view.h
@@ -31,9 +31,11 @@ public:
SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Decoder>, DCPTime position);
private:
- void data (ContentTextSubtitle cts);
+ void data_start (ContentTextSubtitle cts);
+ void data_stop (ContentTime time);
wxListCtrl* _list;
int _subs;
boost::optional<FrameRateChange> _frc;
+ boost::optional<int> _last_count;
};