Extract Film::Property to its own header to (maybe) increase compilation speed.
[dcpomatic.git] / src / wx / film_editor.h
index 296058c212e55ee7496ec589e53ac2eaca51e4d0..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>
@@ -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);