X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_information_dialog.h;h=48674eecb198a852cbf1cca7d2a86f1ee2851f4e;hb=62c03e3d3493df8a31361b3281c443cac35decb0;hp=49e617a6eb2b89a816125704ab129a9317fd9db2;hpb=952084c4221c5708e02c783284cf0f7239c6b4c4;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); };