X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftext_view.h;h=6ce22dc799dfa9f579b733a0a023faf2bc10a1f9;hp=1fe07a99919f14b588edcc37ffe69351d02aad85;hb=c4403784febdbdd42e9c32e67fadb147f11fe566;hpb=248fe9bd28d93a9e269093b4dfbec5d0ceb49ce1 diff --git a/src/wx/text_view.h b/src/wx/text_view.h index 1fe07a999..6ce22dc79 100644 --- a/src/wx/text_view.h +++ b/src/wx/text_view.h @@ -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 _frc; boost::optional _last_count; - std::vector _start_times; + std::vector _start_times; boost::weak_ptr _content; boost::weak_ptr _film_viewer; };