X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.h;h=f5a61890bba83c48068b55b133bb68790f4dcbcd;hb=bdae32bb84672026c1a373e809804109e95accf4;hp=338742afcaac5575f35bc58bc895b9757967106b;hpb=946dbad9821e676f1d8fdc5abba459da54b8e84c;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; };