Fix message for high bitrate frames during verify.
[dcpomatic.git] / src / wx / film_editor.h
index d78c9c5af87c4192f374bb77c024e6c5e39d75c8..a3df266adfd311933f44d37dd46f4d340dd2bff1 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 
-#include "lib/film.h"
+#include "lib/film_property.h"
 #include <dcp/warnings.h>
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
@@ -45,7 +45,7 @@ class FilmViewer;
 class FilmEditor : public wxPanel
 {
 public:
-       FilmEditor (wxWindow *, std::weak_ptr<FilmViewer> viewer);
+       FilmEditor(wxWindow *, FilmViewer& viewer);
 
        void set_film (std::shared_ptr<Film>);
        void first_shown ();
@@ -65,7 +65,7 @@ public:
 private:
 
        /* Handle changes to the model */
-       void film_change (ChangeType, Film::Property);
+       void film_change(ChangeType, FilmProperty);
        void film_content_change (ChangeType type, int);
 
        void set_general_sensitivity (bool);