diff options
Diffstat (limited to 'src/wx/download_certificate_panel.h')
| -rw-r--r-- | src/wx/download_certificate_panel.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wx/download_certificate_panel.h b/src/wx/download_certificate_panel.h index ba355f813..25271c770 100644 --- a/src/wx/download_certificate_panel.h +++ b/src/wx/download_certificate_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,9 +18,11 @@ */ + #ifndef DCPOMATIC_DOWNLOAD_CERTIFICATE_PANEL_H #define DCPOMATIC_DOWNLOAD_CERTIFICATE_PANEL_H + #include "lib/warnings.h" #include <dcp/certificate.h> DCPOMATIC_DISABLE_WARNINGS @@ -28,8 +30,10 @@ DCPOMATIC_DISABLE_WARNINGS DCPOMATIC_ENABLE_WARNINGS #include <boost/optional.hpp> + class DownloadCertificateDialog; + class DownloadCertificatePanel : public wxPanel { public: @@ -54,4 +58,5 @@ private: boost::optional<dcp::Certificate> _certificate; }; + #endif |
