Add some missing override labels.
[dcpomatic.git] / src / wx / gdc_certificate_panel.h
index 18a78e586b54986e7b1662bddc96595c9488f0c7..e41254e4512750dadb102b04581e7da8f2f06953 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
-#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;
 };