diff options
Diffstat (limited to 'src/wx/subtitle_view.h')
| -rw-r--r-- | src/wx/subtitle_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Film>, boost::shared_ptr<SubtitleDecoder>, DCPTime position); -private: +private: wxListCtrl* _list; }; |
