summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_view.h')
-rw-r--r--src/wx/subtitle_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h
index 2edc28c09..338742afc 100644
--- a/src/wx/subtitle_view.h
+++ b/src/wx/subtitle_view.h
@@ -21,12 +21,12 @@
#include <wx/wx.h>
#include <wx/listctrl.h>
-class SubRipContent;
+class SubtitleDecoder;
class SubtitleView : public wxDialog
{
public:
- SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<SubRipContent>);
+ SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<SubtitleDecoder>, DCPTime position);
private:
wxListCtrl* _list;