diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-12 01:03:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-14 11:41:18 +0200 |
| commit | 449f383f13e5755c523db11f9adef53b58391025 (patch) | |
| tree | 7751c6ede10455de02aa85dcd00d17109c9d57a6 /src/wx/playlist_controls.h | |
| parent | 5e640ac3e2f6d5fb079ff65659a1483ddac8672e (diff) | |
Cleanup: use simpler ownership for FilmViewer.
Diffstat (limited to 'src/wx/playlist_controls.h')
| -rw-r--r-- | src/wx/playlist_controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/playlist_controls.h b/src/wx/playlist_controls.h index bc283f288..e1b834054 100644 --- a/src/wx/playlist_controls.h +++ b/src/wx/playlist_controls.h @@ -29,7 +29,7 @@ class DCPContent; class PlaylistControls : public Controls { public: - PlaylistControls (wxWindow* parent, std::shared_ptr<FilmViewer> viewer); + PlaylistControls(wxWindow* parent, FilmViewer& viewer); void set_film (std::shared_ptr<Film> film) override; |
