summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/timing_panel.h')
-rw-r--r--src/wx/timing_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h
index 1edaeb271..13e733be6 100644
--- a/src/wx/timing_panel.h
+++ b/src/wx/timing_panel.h
@@ -30,7 +30,7 @@ public:
TimingPanel(ContentPanel *, FilmViewer& viewer);
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;