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/text_panel.h | |
| parent | af5b9dfadf8989311cd5f78554349f0283912522 (diff) | |
Extract Film::Property to its own header to (maybe) increase compilation speed.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index eee5e916c..5adad5a3e 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -19,6 +19,7 @@ */ +#include "lib/job.h" #include "content_sub_panel.h" #include "wx_ptr.h" @@ -38,7 +39,7 @@ public: TextPanel (ContentPanel *, TextType t); void create () override; - void film_changed (Film::Property) override; + void film_changed(FilmProperty) override; void film_content_changed (int) override; void content_selection_changed () override; |
