diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-19 01:04:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-19 01:29:04 +0100 |
| commit | 6c7489e5d778d3e71065d88a094a7383ba2c117d (patch) | |
| tree | e3f05ad03095d88d297c7d61e03e265d28a97fa3 /src/wx/hints_dialog.h | |
| parent | 9a27d60ea7888d300a5a2414a477091428589b82 (diff) | |
Replace May/Done/NotDone signal sets with one signal and extend
this treatment to anything that caused Player::setup_pieces. This should
fix out-of-sequence Player emissions caused by setup_pieces being called
by one thread while the butler is calling pass().
Diffstat (limited to 'src/wx/hints_dialog.h')
| -rw-r--r-- | src/wx/hints_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/hints_dialog.h b/src/wx/hints_dialog.h index 06f979a74..83510643a 100644 --- a/src/wx/hints_dialog.h +++ b/src/wx/hints_dialog.h @@ -18,6 +18,7 @@ */ +#include "lib/types.h" #include <wx/wx.h> #include <boost/weak_ptr.hpp> #include <boost/signals2.hpp> @@ -33,6 +34,7 @@ public: private: void film_changed (); + void film_content_change (ChangeType type); void shut_up (wxCommandEvent& ev); void update (); void hint (std::string text); |
