X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fhtml_dialog.h;h=c5a538a5ccb03b3bdc59d908339786d7762b24cb;hb=7e6fa2a2d848f81d82d6ae5151b5ef851b4b720a;hp=1792d86edbfa524d2a87f2cb3c2d5ef9dc927216;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c;p=dcpomatic.git diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h index 1792d86ed..c5a538a5c 100644 --- a/src/wx/html_dialog.h +++ b/src/wx/html_dialog.h @@ -31,7 +31,7 @@ class wxHtmlLinkEvent; class HTMLDialog : public wxDialog { public: - HTMLDialog (wxWindow* parent, wxString title, wxString html); + HTMLDialog (wxWindow* parent, wxString title, wxString html, bool ok = false); private: void link_clicked (wxHtmlLinkEvent& ev);