X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_information_dialog.h;h=49e617a6eb2b89a816125704ab129a9317fd9db2;hb=ca1707876fbe1add418a4c83fe0b47117bf9ef05;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..49e617a6e 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, std::weak_ptr viewer); };