Move Image::as_png() out to image_as_png().
[dcpomatic.git] / src / wx / gdc_certificate_panel.h
index b69c7a51fdab3fd7ca74284540428d352e8830db..6e2e3303b3a220c9043052e3fb2b0fdbacaefabe 100644 (file)
 
 */
 
+
 #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;
 };