diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 18:11:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-09 10:18:46 +0200 |
| commit | a3c1ae7c2e46b65347341896b3d1a505ff92632b (patch) | |
| tree | 2b096eb0676f52c9989952e341f2bd98143ce125 /src/wx/content_panel.h | |
| parent | af5b9dfadf8989311cd5f78554349f0283912522 (diff) | |
Extract Film::Property to its own header to (maybe) increase compilation speed.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 886860672..6ba9bb1bb 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -21,7 +21,7 @@ #include "content_menu.h" #include "lib/enum_indexed_vector.h" -#include "lib/film.h" +#include "lib/film_property.h" #include "lib/text_type.h" #include <dcp/warnings.h> LIBDCP_DISABLE_WARNINGS @@ -67,7 +67,7 @@ public: void set_selection (ContentList cl); void select_all (); - void film_changed (Film::Property p); + void film_changed(FilmProperty p); void film_content_changed (int p); void first_shown (); |
