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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h
index ac8e496ce..f88bb490f 100644
--- a/src/wx/subtitle_view.h
+++ b/src/wx/subtitle_view.h
@@ -18,6 +18,7 @@
*/
+#include "lib/content_subtitle.h"
#include <boost/shared_ptr.hpp>
#include <wx/wx.h>
#include <wx/listctrl.h>
@@ -30,5 +31,9 @@ public:
SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Decoder>, DCPTime position);
private:
+ void data (ContentTextSubtitle cts);
+
wxListCtrl* _list;
+ int _subs;
+ boost::optional<FrameRateChange> _frc;
};