diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-24 00:19:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-24 00:19:48 +0100 |
| commit | 81cec74f247553be204c0d346319a577a1fdbfe9 (patch) | |
| tree | 48b7d8478a3175d0832fbef96f614638c7886344 /src/wx/content_timeline.h | |
| parent | 045d39f2f0a090cf863a5474fc39546c7d5fb17d (diff) | |
Use ::film() more often.
Diffstat (limited to 'src/wx/content_timeline.h')
| -rw-r--r-- | src/wx/content_timeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_timeline.h b/src/wx/content_timeline.h index 4233b4598..f8e8d6b80 100644 --- a/src/wx/content_timeline.h +++ b/src/wx/content_timeline.h @@ -49,7 +49,7 @@ class ContentTimeline : public Timeline public: ContentTimeline(wxWindow *, ContentPanel *, std::shared_ptr<Film>, FilmViewer& viewer); - std::shared_ptr<const Film> film() const; + std::shared_ptr<Film> film(); void force_redraw(dcpomatic::Rect<int> const &); |
