Compiles; strange hang on adding content to a film.
[dcpomatic.git] / src / wx / timeline_dialog.h
index e58de554072fc9e5115a9f6f77024eb629ad93cd..bc6b83eb56810bd6c3e964afed150df34de5af96 100644 (file)
@@ -27,7 +27,7 @@ class Playlist;
 class TimelineDialog : public wxDialog
 {
 public:
-       TimelineDialog (wxWindow *, boost::shared_ptr<Playlist>);
+       TimelineDialog (wxWindow *, boost::shared_ptr<const Film>);
 
 private:
        Timeline _timeline;