X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fhtml_dialog.h;h=c5a538a5ccb03b3bdc59d908339786d7762b24cb;hb=13ebde8a7ab4423d4380ece07b93c180a7234b0b;hp=2b6924179b8c8252cad5d63cfa3f35477e287e89;hpb=39fb8198febde1937019db1c300ec363aab5aa56;p=dcpomatic.git diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h index 2b6924179..c5a538a5c 100644 --- a/src/wx/html_dialog.h +++ b/src/wx/html_dialog.h @@ -19,10 +19,10 @@ */ -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS class wxHtmlLinkEvent; @@ -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);