X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frecreate_chain_dialog.h;h=10086be865a2166fe472242011c740e47db2ca3c;hb=7a34ca0a61058b0a742e7187845b2eeb0af6a24b;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..10086be86 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. @@ -19,14 +19,16 @@ */ #include "question_dialog.h" +#include "lib/config.h" #include #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; };