X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fsubtitle_view.h;fp=src%2Fwx%2Fsubtitle_view.h;h=2edc28c09e9aaf5905c42c18a97f6a8f669f9959;hb=4d54b053b6e9565e026554b1dba31d73a1b492ae;hp=94a25b70cbe8e738bc57e6ac2283e7beda86cfb1;hpb=194615b5f673214b1e4fc4211364f95eeb96af15;p=dcpomatic.git diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h index 94a25b70c..2edc28c09 100644 --- a/src/wx/subtitle_view.h +++ b/src/wx/subtitle_view.h @@ -26,7 +26,7 @@ class SubRipContent; class SubtitleView : public wxDialog { public: - SubtitleView (wxWindow *, boost::shared_ptr); + SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr); private: wxListCtrl* _list;