X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgdc_certificate_panel.h;h=b69c7a51fdab3fd7ca74284540428d352e8830db;hb=8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab;hp=18a78e586b54986e7b1662bddc96595c9488f0c7;hpb=7d293a3268c320f474d42fef15548635c3cb40b0;p=dcpomatic.git diff --git a/src/wx/gdc_certificate_panel.h b/src/wx/gdc_certificate_panel.h index 18a78e586..b69c7a51f 100644 --- a/src/wx/gdc_certificate_panel.h +++ b/src/wx/gdc_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 GDCCertificatePanel : public DownloadCertificatePanel +class GDCCertificatePanel : public CredentialsDownloadCertificatePanel { public: GDCCertificatePanel (DownloadCertificateDialog* dialog);