X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdolby_doremi_certificate_panel.h;fp=src%2Fwx%2Fdolby_doremi_certificate_panel.h;h=2ff05ddecfa41c26ee1e9453a37a550d2c3928ad;hb=39fb8198febde1937019db1c300ec363aab5aa56;hp=6652810732cf81855aa37873bf16f80310c052d2;hpb=b249700e1da7dd6631a8b4440587f4093a2bdef1;p=dcpomatic.git diff --git a/src/wx/dolby_doremi_certificate_panel.h b/src/wx/dolby_doremi_certificate_panel.h index 665281073..2ff05ddec 100644 --- a/src/wx/dolby_doremi_certificate_panel.h +++ b/src/wx/dolby_doremi_certificate_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,13 +18,15 @@ */ + #include "download_certificate_panel.h" + class DolbyDoremiCertificatePanel : public DownloadCertificatePanel { public: DolbyDoremiCertificatePanel (DownloadCertificateDialog* dialog); - void do_download (); - wxString name () const; + void do_download () override; + wxString name () const override; };