X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdolby_doremi_certificate_panel.h;h=6652810732cf81855aa37873bf16f80310c052d2;hb=ab0e8cdcafdcb83096012380f674b8280474e851;hp=21f9286218bebb1b58518002d62bca53fc1c497d;hpb=6a69f5ba3ce43094493785bb449c91001557b80d;p=dcpomatic.git diff --git a/src/wx/dolby_doremi_certificate_panel.h b/src/wx/dolby_doremi_certificate_panel.h index 21f928621..665281073 100644 --- a/src/wx/dolby_doremi_certificate_panel.h +++ b/src/wx/dolby_doremi_certificate_panel.h @@ -23,8 +23,8 @@ class DolbyDoremiCertificatePanel : public DownloadCertificatePanel { public: - DolbyDoremiCertificatePanel (wxWindow* parent, wxStaticText* message, DownloadCertificateDialog* dialog); + DolbyDoremiCertificatePanel (DownloadCertificateDialog* dialog); - void do_download (std::string serial); + void do_download (); wxString name () const; };