Cleanup: use simpler ownership for FilmViewer.
[dcpomatic.git] / src / wx / system_information_dialog.h
index 49e617a6eb2b89a816125704ab129a9317fd9db2..48674eecb198a852cbf1cca7d2a86f1ee2851f4e 100644 (file)
@@ -29,5 +29,5 @@ class FilmViewer;
 class SystemInformationDialog : public TableDialog
 {
 public:
-       SystemInformationDialog (wxWindow* parent, std::weak_ptr<FilmViewer> viewer);
+       SystemInformationDialog(wxWindow* parent, FilmViewer const& viewer);
 };