summaryrefslogtreecommitdiff
path: root/src/wx/text_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/text_panel.h
parentaf5b9dfadf8989311cd5f78554349f0283912522 (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.h3
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;