X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgdc_certificate_panel.h;h=6e2e3303b3a220c9043052e3fb2b0fdbacaefabe;hb=62c03e3d3493df8a31361b3281c443cac35decb0;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..6e2e3303b 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,13 +18,15 @@ */ -#include "download_certificate_panel.h" -class GDCCertificatePanel : public DownloadCertificatePanel +#include "credentials_download_certificate_panel.h" + + +class GDCCertificatePanel : public CredentialsDownloadCertificatePanel { public: GDCCertificatePanel (DownloadCertificateDialog* dialog); - void do_download (); - wxString name () const; + void do_download () override; + wxString name () const override; };