X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fgdc_certificate_panel.h;h=e41254e4512750dadb102b04581e7da8f2f06953;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hp=18a78e586b54986e7b1662bddc96595c9488f0c7;hpb=998b2eea5640cda23950ff6c5e24bd1f9ccb160f;p=dcpomatic.git diff --git a/src/wx/gdc_certificate_panel.h b/src/wx/gdc_certificate_panel.h index 18a78e586..e41254e45 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,13 @@ */ -#include "download_certificate_panel.h" +#include "credentials_download_certificate_panel.h" -class GDCCertificatePanel : public DownloadCertificatePanel +class GDCCertificatePanel : public CredentialsDownloadCertificatePanel { public: GDCCertificatePanel (DownloadCertificateDialog* dialog); - void do_download (); - wxString name () const; + void do_download () override; + wxString name () const override; };