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/timing_panel.h | |
| parent | af5b9dfadf8989311cd5f78554349f0283912522 (diff) | |
Extract Film::Property to its own header to (maybe) increase compilation speed.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 2 |
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; |
