X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fsystem_information_dialog.h;h=63c70fba5e6fb540ef2872b0bb2812c98e5b7be2;hp=b82c6341bad60d0af51f5072eb7b1f63e26cd5c3;hb=d1e19450e051d70531a6c1f0973bfd6cfd64319b;hpb=7851658223286410d5afb1e32bc44b4012ec5f55 diff --git a/src/wx/system_information_dialog.h b/src/wx/system_information_dialog.h index b82c6341b..63c70fba5 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 Carl Hetherington This file is part of DCP-o-matic. @@ -19,10 +19,13 @@ */ #include "table_dialog.h" +#include + +class FilmViewer; class SystemInformationDialog : public TableDialog { public: - SystemInformationDialog (wxWindow* parent); + SystemInformationDialog (wxWindow* parent, boost::weak_ptr viewer); };