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.h2
1 files changed, 1 insertions, 1 deletions
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<SubRipContent>);
+ SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<SubRipContent>);
private:
wxListCtrl* _list;