X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.h;h=f5a61890bba83c48068b55b133bb68790f4dcbcd;hb=8e269447379c7191d55b895bd8149578a681f659;hp=338742afcaac5575f35bc58bc895b9757967106b;hpb=c6c082c4a8016f85ba4207f4b8ccee1d5770e4a4;p=dcpomatic.git diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h index 338742afc..f5a61890b 100644 --- a/src/wx/subtitle_view.h +++ b/src/wx/subtitle_view.h @@ -28,6 +28,6 @@ class SubtitleView : public wxDialog public: SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr, DCPTime position); -private: +private: wxListCtrl* _list; };