X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_information_dialog.h;h=49e617a6eb2b89a816125704ab129a9317fd9db2;hb=1c57df596882f15403ee97d01862f8b76cfb797b;hp=b82c6341bad60d0af51f5072eb7b1f63e26cd5c3;hpb=676737031d1957bc39814e7104257b8fe93f11bb;p=dcpomatic.git diff --git a/src/wx/system_information_dialog.h b/src/wx/system_information_dialog.h index b82c6341b..49e617a6e 100644 --- a/src/wx/system_information_dialog.h +++ b/src/wx/system_information_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2019-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,11 +18,16 @@ */ + #include "table_dialog.h" +#include + + +class FilmViewer; + class SystemInformationDialog : public TableDialog { public: - SystemInformationDialog (wxWindow* parent); - + SystemInformationDialog (wxWindow* parent, std::weak_ptr viewer); };