X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frecreate_chain_dialog.h;h=2e19ad96b520cf03281552994120dd06c11554de;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;hp=287e657670408a14fbc52540218ceb320652a046;hpb=6d770c4c8c79569871edc20253f29f9ea00539e6;p=dcpomatic.git diff --git a/src/wx/recreate_chain_dialog.h b/src/wx/recreate_chain_dialog.h index 287e65767..2e19ad96b 100644 --- a/src/wx/recreate_chain_dialog.h +++ b/src/wx/recreate_chain_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,22 @@ */ + #include "question_dialog.h" +#include "lib/config.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include + class RecreateChainDialog : public QuestionDialog { public: - RecreateChainDialog (wxWindow* parent); + RecreateChainDialog (wxWindow* parent, wxString title, wxString message, wxString cancel, boost::optional nag = boost::optional()); private: void shut_up (wxCommandEvent& ev); + boost::optional _nag; };