summaryrefslogtreecommitdiff
path: root/src/wx/markers_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-08 18:11:11 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-09 10:18:46 +0200
commita3c1ae7c2e46b65347341896b3d1a505ff92632b (patch)
tree2b096eb0676f52c9989952e341f2bd98143ce125 /src/wx/markers_panel.h
parentaf5b9dfadf8989311cd5f78554349f0283912522 (diff)
Extract Film::Property to its own header to (maybe) increase compilation speed.
Diffstat (limited to 'src/wx/markers_panel.h')
-rw-r--r--src/wx/markers_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/markers_panel.h b/src/wx/markers_panel.h
index e34008a41..3f43ee7d2 100644
--- a/src/wx/markers_panel.h
+++ b/src/wx/markers_panel.h
@@ -20,7 +20,7 @@
#include "lib/dcpomatic_time.h"
-#include "lib/film.h"
+#include "lib/film_property.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
@@ -47,7 +47,7 @@ private:
void move_marker_to_current_position ();
void remove_marker ();
void add_marker (wxCommandEvent& ev);
- void film_changed (ChangeType type, Film::Property property);
+ void film_changed(ChangeType type, FilmProperty property);
void update_from_film (std::shared_ptr<Film> film);
wxTipWindow* _tip = nullptr;