Move _state_timer into VideoView.
[dcpomatic.git] / src / wx / text_view.h
index 1fe07a99919f14b588edcc37ffe69351d02aad85..6ce22dc799dfa9f579b733a0a023faf2bc10a1f9 100644 (file)
@@ -42,14 +42,14 @@ public:
 
 private:
        void data_start (ContentStringText cts);
-       void data_stop (ContentTime time);
+       void data_stop (dcpomatic::ContentTime time);
        void subtitle_selected (wxListEvent &);
 
        wxListCtrl* _list;
        int _subs;
        boost::optional<FrameRateChange> _frc;
        boost::optional<int> _last_count;
-       std::vector<ContentTime> _start_times;
+       std::vector<dcpomatic::ContentTime> _start_times;
        boost::weak_ptr<Content> _content;
        boost::weak_ptr<FilmViewer> _film_viewer;
 };