X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_information_dialog.h;h=48674eecb198a852cbf1cca7d2a86f1ee2851f4e;hb=449f383f13e5755c523db11f9adef53b58391025;hp=49e617a6eb2b89a816125704ab129a9317fd9db2;hpb=4f4561c4b5bb1e8a2fa8e673606d18ffa25aec6c;p=dcpomatic.git diff --git a/src/wx/system_information_dialog.h b/src/wx/system_information_dialog.h index 49e617a6e..48674eecb 100644 --- a/src/wx/system_information_dialog.h +++ b/src/wx/system_information_dialog.h @@ -29,5 +29,5 @@ class FilmViewer; class SystemInformationDialog : public TableDialog { public: - SystemInformationDialog (wxWindow* parent, std::weak_ptr viewer); + SystemInformationDialog(wxWindow* parent, FilmViewer const& viewer); };