X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fsystem_information_dialog.h;h=48674eecb198a852cbf1cca7d2a86f1ee2851f4e;hb=5ee919f413a6c1048aecf83676d42ab3fd94e06e;hp=63c70fba5e6fb540ef2872b0bb2812c98e5b7be2;hpb=d1e19450e051d70531a6c1f0973bfd6cfd64319b;p=dcpomatic.git diff --git a/src/wx/system_information_dialog.h b/src/wx/system_information_dialog.h index 63c70fba5..48674eecb 100644 --- a/src/wx/system_information_dialog.h +++ b/src/wx/system_information_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Carl Hetherington + Copyright (C) 2019-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,14 +18,16 @@ */ + #include "table_dialog.h" -#include +#include + class FilmViewer; + class SystemInformationDialog : public TableDialog { public: - SystemInformationDialog (wxWindow* parent, boost::weak_ptr viewer); - + SystemInformationDialog(wxWindow* parent, FilmViewer const& viewer); };