summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
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;