X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdolby_doremi_certificate_panel.h;h=2ff05ddecfa41c26ee1e9453a37a550d2c3928ad;hb=31de5b1272d928557a7272977584f5dcc9876c75;hp=6652810732cf81855aa37873bf16f80310c052d2;hpb=f8acc34bcb4401184064598353d6c54df3cab1f9;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; };