Formatting tweaks to unmount dialogue.
[dcpomatic.git] / src / wx / film_editor.h
index cd2180b3c3d297cae87019f6835b4c86c28393ee..b8d862f8112ea03ebddf64d8976e22a0f9240850 100644 (file)
@@ -38,7 +38,7 @@ class FilmViewer;
 class FilmEditor : public wxPanel
 {
 public:
-       FilmEditor (wxWindow *, FilmViewer* viewer);
+       FilmEditor (wxWindow *, boost::weak_ptr<FilmViewer> viewer);
 
        void set_film (boost::shared_ptr<Film>);
 
@@ -56,7 +56,7 @@ public:
        }
 
        /* Handle changes to the model */
-       void film_changed (Film::Property);
+       void film_change (ChangeType, Film::Property);
        void film_content_change (ChangeType type, int);
 
        void set_general_sensitivity (bool);