X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fstandard_controls.h;h=1b8618763313eedc264694b4eb95acd3eb747718;hb=30f6f44121ee879e8cb3619e207e8b7d39bb2c3d;hp=4e0e836e86cf14be571ddc6153f0c0414eaec7cd;hpb=b915348a8288d68e2ff114fb3dd89ad22e699969;p=dcpomatic.git diff --git a/src/wx/standard_controls.h b/src/wx/standard_controls.h index 4e0e836e8..1b8618763 100644 --- a/src/wx/standard_controls.h +++ b/src/wx/standard_controls.h @@ -25,7 +25,7 @@ class StandardControls : public Controls { public: - StandardControls (wxWindow* parent, std::shared_ptr viewer, bool editor_controls); + StandardControls(wxWindow* parent, FilmViewer& viewer, bool editor_controls); void play () override; void stop () override;