summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-20 15:53:05 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-20 15:53:05 +0100
commit4d54b053b6e9565e026554b1dba31d73a1b492ae (patch)
tree152f5c4cb1cee20c6070c533e67b4fdb2f402944 /src/wx/subtitle_view.h
parent194615b5f673214b1e4fc4211364f95eeb96af15 (diff)
Put times in subtitle view.
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;