summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-08 00:13:00 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-08 01:52:16 +0100
commitb74bc6135a6a690bf5674638a8bea56e5580fd08 (patch)
tree0686281f3b6dc067093a841e30fe2193038f695e /src/wx/hints_dialog.h
parent09d5906f44907aab5afb41ce2da887550c0011a8 (diff)
Show hints before make DCP (#823).
Diffstat (limited to 'src/wx/hints_dialog.h')
-rw-r--r--src/wx/hints_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h
index 72530c0bd..c02cc8c85 100644
--- a/src/wx/hints_dialog.h
+++ b/src/wx/hints_dialog.h
@@ -28,10 +28,11 @@ class Film;
class HintsDialog : public wxDialog
{
public:
- HintsDialog (wxWindow* parent, boost::weak_ptr<Film>);
+ HintsDialog (wxWindow* parent, boost::weak_ptr<Film>, bool ok);
private:
void film_changed ();
+ void shut_up (wxCommandEvent& ev);
boost::weak_ptr<Film> _film;
wxRichTextCtrl* _text;