X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fchristie_certificate_panel.h;h=41278cb7c6c3d83e5c3590647d1b771cbb15eba9;hp=0c9a64d4600e0739c0306919c29f343963123218;hb=a713e8258acc3f0e960c4e87ba8684902d29a591;hpb=7d293a3268c320f474d42fef15548635c3cb40b0 diff --git a/src/wx/christie_certificate_panel.h b/src/wx/christie_certificate_panel.h index 0c9a64d46..41278cb7c 100644 --- a/src/wx/christie_certificate_panel.h +++ b/src/wx/christie_certificate_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -18,9 +18,9 @@ */ -#include "download_certificate_panel.h" +#include "credentials_download_certificate_panel.h" -class ChristieCertificatePanel : public DownloadCertificatePanel +class ChristieCertificatePanel : public CredentialsDownloadCertificatePanel { public: ChristieCertificatePanel (DownloadCertificateDialog* dialog);