summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h
index bc6b83eb5..17ca22c49 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -27,7 +27,7 @@ class Playlist;
class TimelineDialog : public wxDialog
{
public:
- TimelineDialog (wxWindow *, boost::shared_ptr<const Film>);
+ TimelineDialog (FilmEditor *, boost::shared_ptr<Film>);
private:
Timeline _timeline;